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

@@ -7,7 +7,7 @@ rpc_cmsd_CFLAGS = -I../../../lib/csa $(DT_INCDIR) $(CSA_INCDIR)
rpc_cmsd_LDADD = $(LIBCSA) $(DTCLIENTLIBS) $(TIRPCLIB) $(XTOOLLIB)
if SOLARIS
rpc_cmsd_LDADD += -lsocket -lnsl -lintl -lm
rpc_cmsd_LDADD += -lsocket -lnsl -lintl
endif
rpc_cmsd_SOURCES = parser.c access.c callback.c cmscalendar.c \