summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-10-03 07:12:46 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-10-03 07:12:46 (GMT)
commit0f299ceecd8a2282f31ffc55db8721bbd16c6267 (patch)
treea69da4c159da7fc6b2878ba38b0b32be27e6c92d
parent5db3166d95d58cbd9a7102c74d9665cc9dca946a (diff)
downloadfluxbox_lack-0f299ceecd8a2282f31ffc55db8721bbd16c6267.zip
fluxbox_lack-0f299ceecd8a2282f31ffc55db8721bbd16c6267.tar.bz2
minor typo
-rw-r--r--configure.in4
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,
544if test "x$enableval" = "xyes"; then 544if 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,
568if test "x$enableval" = "xyes"; then 568if 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>