[PATCH app-xdm 21/23] config: removed unused XDM_OS_LIBS

Gaetan Nadon memsize at videotron.ca
Wed Sep 1 11:04:24 PDT 2010


Using AC_SEARCH_LIBS in previous patches removes the need for this.
The libraries, e.g -lutil are added to LIBS.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 707d8a4..1906d5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,7 +125,6 @@ if test "x$USE_SELINUX" != "xno" ; then
 		[if test "x$USE_SELINUX" != "xtry" ; then
 			AC_MSG_ERROR(["selinux support requested, but is_selinux_enabled not found."])
 		 fi])
-	XDM_OS_LIBS="$XDM_OS_LIBS $LIBS"
 	LIBS="$old_LIBS"
 fi
 
@@ -262,8 +261,6 @@ AC_SUBST(SHELL_CMD)
 
 PKG_CHECK_MODULES(XDM, xmu x11 xau)
 
-XDM_LIBS="$XDM_LIBS $XDM_OS_LIBS"
-
 PKG_CHECK_EXISTS(xinerama, [
 	AC_DEFINE([USE_XINERAMA], 1, 
 		[Define to 1 to use XINERAMA in greeter & chooser])
-- 
1.6.0.4



More information about the xorg-devel mailing list