diff options
| author | Manolo Gouy <Manolo> | 2011-10-04 09:21:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-10-04 09:21:47 +0000 |
| commit | f309c395fc564de0e2799fa09e3d829ea1c5366a (patch) | |
| tree | 145665176a7cd04200dc008004663cded880fab7 /configure.in | |
| parent | 5c7800ea61a14fde2417523d077010840cf67158 (diff) | |
STR#2600 again: under X11, dynamically load the libXrandr shared library.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9123 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in index e233d2e2a..565561fef 100644 --- a/configure.in +++ b/configure.in @@ -997,16 +997,6 @@ case $uname_GUI in LIBS="-lXext $LIBS") fi - dnl Check for the XRandR extension unless disabled... - AC_ARG_ENABLE(xrandr, [ --enable-xrandr turn on XRandR support [default=yes]]) - - if test x$enable_xrandr != xno; then - AC_CHECK_HEADER(X11/extensions/Xrandr.h, AC_DEFINE(HAVE_XRANDR),, - [#include <X11/Xlib.h>]) - AC_CHECK_LIB(Xrandr, XRRQueryExtension, - LIBS="-lXrandr $LIBS") - fi - dnl Check for overlay visuals... AC_PATH_PROG(XPROP, xprop) AC_CACHE_CHECK(for X overlay visuals, ac_cv_have_overlay, @@ -1340,9 +1330,6 @@ case $uname_GUI in if test x$enable_xdbe != xno; then graphics="$graphics+Xdbe" fi - if test x$enable_xrandr != xno; then - graphics="$graphics+Xrandr" - fi if test x$enable_xinerama != xno; then graphics="$graphics+Xinerama" fi |
