configure: detect libdl

This commit is contained in:
Chase
2022-07-30 20:33:24 -05:00
committed by Jon Trulson
parent 4370a95a84
commit 9a9d586e87
34 changed files with 33 additions and 104 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 -ldl
rpc_cmsd_LDADD += -lsocket -lnsl -lintl -lm
endif
rpc_cmsd_SOURCES = parser.c access.c callback.c cmscalendar.c \