diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-21 19:54:14 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2016-11-21 19:54:14 +0100 |
commit | 59b867127c52335b218f3bc82e29692c9f28e2f2 (patch) | |
tree | bd03da1f4311c4ab37125d162e417e28f90e33db | |
parent | b0839d05a60e59dfa2722e13586a4857a295d4fd (diff) | |
download | ratpoison-59b867127c52335b218f3bc82e29692c9f28e2f2.zip |
libXext isn't used
-rw-r--r-- | configure.ac | 2 |
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])], [], |