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:
@@ -5,7 +5,7 @@ bin_PROGRAMS = dtsession
|
||||
bin_SCRIPTS = dtsession_res
|
||||
|
||||
if HAS_PAM_LIBRARY
|
||||
DTPAMSVCLIB = @LIBPAMSVC@
|
||||
DTPAMSVCLIB = $(LIBPAMSVC)
|
||||
else
|
||||
DTPAMSVCLIB =
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user