summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-21 19:54:14 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2016-11-21 19:54:14 +0100
commit59b867127c52335b218f3bc82e29692c9f28e2f2 (patch)
treebd03da1f4311c4ab37125d162e417e28f90e33db /configure.ac
parentb0839d05a60e59dfa2722e13586a4857a295d4fd (diff)
downloadratpoison-59b867127c52335b218f3bc82e29692c9f28e2f2.zip
libXext isn't used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7e101e7..033b2c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,8 +163,6 @@ AC_CHECK_HEADERS([X11/XKBlib.h], [], [], [
])
CPPFLAGS="$mysavedCPPFLAGS"
-AC_CHECK_LIB(Xext, XMissingExtension, [X_LIBS="-lXext $X_LIBS"],,$X_LIBS $X_EXTRA_LIBS)
-
AC_ARG_WITH([xrandr],
[AS_HELP_STRING([--without-xrandr], [Build without xrandr support, even if available])],
[],