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:
@@ -4,10 +4,9 @@ bin_PROGRAMS = dtpad
|
||||
|
||||
dtpad_CFLAGS = -DDT_LITE -DWORDWRAP
|
||||
|
||||
dtpad_LDADD = @DTCLIENTLIBS@ -lXm $(TIRPCLIB) $(XTOOLLIB)
|
||||
dtpad_LDADD = $(DTCLIENTLIBS) $(TIRPCLIB) $(XTOOLLIB)
|
||||
|
||||
if SOLARIS
|
||||
dtpad_CFLAGS += -xF
|
||||
dtpad_LDFLAGS = -lintl -lresolv
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user