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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
