configure: detect libm

This commit is contained in:
Chase
2022-07-30 20:55:31 -05:00
committed by Jon Trulson
parent 9a9d586e87
commit 60e60b9836
9 changed files with 12 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la $(LTLIBICONV)
if SOLARIS
libDtHelp_la_LIBADD += -lw -lgen -lm -lc
libDtHelp_la_LIBADD += -lw -lgen -lc
endif