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

@@ -4,10 +4,6 @@ bin_PROGRAMS = dtcreate
dtcreate_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB)
if SOLARIS
dtcreate_LDADD += -ldl
endif
dtcreate_SOURCES = main.c AddFiletype.c Confirmed.c \
CreateActionAppShell.c FileCharacteristics.c OpenFile.c \
UxXt.c ca_aux.c cmncbs.c cmnutils.c cmnrtns.c ErrorDialog.c \