diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 316edf5..2766054 100644 --- a/configure.in +++ b/configure.in | |||
@@ -544,7 +544,7 @@ AC_ARG_ENABLE(randr, | |||
544 | if test "x$enableval" = "xyes"; then | 544 | if test "x$enableval" = "xyes"; then |
545 | AC_MSG_RESULT([yes]) | 545 | AC_MSG_RESULT([yes]) |
546 | AC_CHECK_LIB(Xrandr, XRRQueryExtension, | 546 | AC_CHECK_LIB(Xrandr, XRRQueryExtension, |
547 | AC_MSG_CHECKING([for X11/extensions/randr.h]) | 547 | AC_MSG_CHECKING([for X11/extensions/Xrandr.h]) |
548 | AC_TRY_COMPILE( | 548 | AC_TRY_COMPILE( |
549 | #include <X11/Xlib.h> | 549 | #include <X11/Xlib.h> |
550 | #include <X11/Xutil.h> | 550 | #include <X11/Xutil.h> |
@@ -568,7 +568,7 @@ AC_ARG_ENABLE(randr1.2, | |||
568 | if test "x$enableval" = "xyes"; then | 568 | if test "x$enableval" = "xyes"; then |
569 | AC_MSG_RESULT([yes]) | 569 | AC_MSG_RESULT([yes]) |
570 | AC_CHECK_LIB(Xrandr, XRRQueryExtension, | 570 | AC_CHECK_LIB(Xrandr, XRRQueryExtension, |
571 | AC_MSG_CHECKING([for X11/extensions/randr.h]) | 571 | AC_MSG_CHECKING([for X11/extensions/Xrandr.h]) |
572 | AC_TRY_COMPILE( | 572 | AC_TRY_COMPILE( |
573 | #include <X11/Xlib.h> | 573 | #include <X11/Xlib.h> |
574 | #include <X11/Xutil.h> | 574 | #include <X11/Xutil.h> |