minor typo

This commit is contained in:
Mathias Gumz 2009-10-03 09:12:46 +02:00
parent 5db3166d95
commit 0f299ceecd

View file

@ -544,7 +544,7 @@ AC_ARG_ENABLE(randr,
if test "x$enableval" = "xyes"; then
AC_MSG_RESULT([yes])
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
AC_MSG_CHECKING([for X11/extensions/randr.h])
AC_MSG_CHECKING([for X11/extensions/Xrandr.h])
AC_TRY_COMPILE(
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@ -568,7 +568,7 @@ AC_ARG_ENABLE(randr1.2,
if test "x$enableval" = "xyes"; then
AC_MSG_RESULT([yes])
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
AC_MSG_CHECKING([for X11/extensions/randr.h])
AC_MSG_CHECKING([for X11/extensions/Xrandr.h])
AC_TRY_COMPILE(
#include <X11/Xlib.h>
#include <X11/Xutil.h>