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:
@@ -6,14 +6,6 @@ EXTRA_DEFINES = -D_POSIX_SOURCE=1
|
||||
|
||||
EXTRALIBS = -lm
|
||||
|
||||
if HPUX
|
||||
CCOPTIONS = -Ae
|
||||
endif
|
||||
|
||||
if AIX
|
||||
EXTRALIBS += -liconv
|
||||
endif
|
||||
|
||||
if SOLARIS
|
||||
EXTRALIBS += -ldl -lgen
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user