[PATCH app-xset 1/2] config: remove xprint option
Gaetan Nadon
memsize at videotron.ca
Fri Mar 26 16:05:28 PDT 2010
xprint/xaw8 are obsolete and have been removed.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5ed79fd..d2a9542 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,20 +83,8 @@ else
echo "without fontcache"
fi
-AC_ARG_WITH(xprint, AC_HELP_STRING([--without-xprint],[Disable xprint support.]),
- [USE_XPRINT="$withval"], [USE_XPRINT="yes"])
-if test "x$USE_XPRINT" != "xno" ; then
- PKG_CHECK_MODULES(SET_XPRINT, xp,
- [SAVE_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $SET_XPRINT_CFLAGS $SET_X11_CFLAGS"
- AC_CHECK_HEADERS([X11/extensions/Print.h],,,[#include <X11/Xlib.h>])
- CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
-else
- echo "without xprint"
-fi
-
-XSET_CFLAGS="$XSET_CFLAGS $SET_XEXT_CFLAGS $SET_XKB_CFLAGS $SET_XF86MISC_CFLAGS $SET_FONTCACHE_CFLAGS $SET_XPRINT_CFLAGS"
-XSET_LIBS="$XSET_LIBS $SET_XEXT_LIBS $SET_XKB_LIBS $SET_XF86MISC_LIBS $SET_FONTCACHE_LIBS $SET_XPRINT_LIBS"
+XSET_CFLAGS="$XSET_CFLAGS $SET_XEXT_CFLAGS $SET_XKB_CFLAGS $SET_XF86MISC_CFLAGS $SET_FONTCACHE_CFLAGS"
+XSET_LIBS="$XSET_LIBS $SET_XEXT_LIBS $SET_XKB_LIBS $SET_XF86MISC_LIBS $SET_FONTCACHE_LIBS"
AC_SUBST(XSET_CFLAGS)
AC_SUBST(XSET_LIBS)
--
1.6.0.4
More information about the xorg-devel
mailing list