minor typo
This commit is contained in:
parent
5db3166d95
commit
0f299ceecd
1 changed files with 2 additions and 2 deletions
|
@ -544,7 +544,7 @@ AC_ARG_ENABLE(randr,
|
||||||
if test "x$enableval" = "xyes"; then
|
if test "x$enableval" = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
|
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
|
||||||
AC_MSG_CHECKING([for X11/extensions/randr.h])
|
AC_MSG_CHECKING([for X11/extensions/Xrandr.h])
|
||||||
AC_TRY_COMPILE(
|
AC_TRY_COMPILE(
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
@ -568,7 +568,7 @@ AC_ARG_ENABLE(randr1.2,
|
||||||
if test "x$enableval" = "xyes"; then
|
if test "x$enableval" = "xyes"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
|
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
|
||||||
AC_MSG_CHECKING([for X11/extensions/randr.h])
|
AC_MSG_CHECKING([for X11/extensions/Xrandr.h])
|
||||||
AC_TRY_COMPILE(
|
AC_TRY_COMPILE(
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
|
Loading…
Reference in a new issue