configure: detect and use jpeg library

This commit is contained in:
Jon Trulson
2020-01-05 16:20:35 -07:00
parent 00dcd9c63d
commit 4d12673147
2 changed files with 8 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
-DCDE_CONFIGURATION_TOP='"$(CDE_CONFIGURATION_TOP)"' \
@DT_INCDIR@ @DTI_INCDIR@
libDtHelp_la_LIBADD = -ljpeg il/libil.la
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la
if SOLARIS
libDtHelp_la_CFLAGS += -DICONV_INBUF_CONST=const -DLSB_BIT_ORDER