configure/Makefiles: add checks for Xmu, Xext, and Xdmcp
We also remove sun pro specific options, and do some general cleanup as well as remove hardcoded library refs like -lXm, -lXext, etc...
This commit is contained in:
@@ -7,10 +7,6 @@ AM_CFLAGS = $(DT_INCDIR) $(CSA_INCDIR) -I../../../lib/csa \
|
||||
|
||||
LDADD = ../libDtCmP/libDtCmP.a $(LIBCSA) $(DTCLIENTLIBS) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
AM_CFLAGS += -xstrconst -Xc -v
|
||||
endif
|
||||
|
||||
if FREEBSD
|
||||
LDADD += -lcompat
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user