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 @@ dtappgather_CXXFLAGS = -I../libCliSrv $(DT_INCDIR)
dtappgather_LDADD = ../libCliSrv/libCliSrv.a $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dtappgather_LDADD += -ldl -lintl
dtappgather_LDADD += -lintl
endif
dtappgather_SOURCES = Options.C dtappgather.C dtappgather.h Options.h