diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-26 19:20:10 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-26 19:20:10 -0400 |
commit | e4541a92f7faead53fe855e5be5d8318b636827b (patch) | |
tree | 4c1cf813e1e63aca2c71371ccde5653499f88680 | |
parent | f0b2eed8b9447038d6cf9d0d33be902398da2ca2 (diff) | |
download | xdpyinfo-e4541a92f7faead53fe855e5be5d8318b636827b.tar.gz xdpyinfo-e4541a92f7faead53fe855e5be5d8318b636827b.tar.bz2 xdpyinfo-e4541a92f7faead53fe855e5be5d8318b636827b.zip |
config: remove xprint feature which is obsolete
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 8de5877..ac3f184 100644 --- a/configure.ac +++ b/configure.ac @@ -135,18 +135,6 @@ else echo "without dmx" 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(DPY_XPRINT, xp, - [SAVE_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $DPY_XPRINT_CFLAGS $DPY_X11_CFLAGS" - AC_CHECK_HEADERS([X11/extensions/Print.h],,,[#include <X11/Xlib.h>]) - CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"]) -else - echo "without xprint" -fi - PKG_CHECK_MODULES(DPY_XTST, xtst, [SAVE_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $DPY_XTST_CFLAGS $DPY_X11_CFLAGS" |