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

@@ -10,7 +10,7 @@ dthelpprint_CPPFLAGS = -I.. -I ../../../lib/DtHelp \
dthelpprint_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dthelpprint_LDADD += -lw -lgen -lm
dthelpprint_LDADD += -lw -lgen
endif
dthelpprint_SOURCES = Main.c Initialize.c PrintUtil.c PrintTopics.c \