diff options
| -rwxr-xr-x | autogen/configure | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/autogen/configure b/autogen/configure index 4ca8d5e1b41..f7a67c56fef 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -13956,9 +13956,9 @@ $as_echo "no" >&6; } | |||
| 13956 | # Test old way in case pkg-config doesn't have it (older machines). | 13956 | # Test old way in case pkg-config doesn't have it (older machines). |
| 13957 | ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default" | 13957 | ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default" |
| 13958 | if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then : | 13958 | if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then : |
| 13959 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRQueryExtension in -lXrandr" >&5 | 13959 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRGetScreenResources in -lXrandr" >&5 |
| 13960 | $as_echo_n "checking for XRRQueryExtension in -lXrandr... " >&6; } | 13960 | $as_echo_n "checking for XRRGetScreenResources in -lXrandr... " >&6; } |
| 13961 | if test "${ac_cv_lib_Xrandr_XRRQueryExtension+set}" = set; then : | 13961 | if test "${ac_cv_lib_Xrandr_XRRGetScreenResources+set}" = set; then : |
| 13962 | $as_echo_n "(cached) " >&6 | 13962 | $as_echo_n "(cached) " >&6 |
| 13963 | else | 13963 | else |
| 13964 | ac_check_lib_save_LIBS=$LIBS | 13964 | ac_check_lib_save_LIBS=$LIBS |
| @@ -13972,27 +13972,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |||
| 13972 | #ifdef __cplusplus | 13972 | #ifdef __cplusplus |
| 13973 | extern "C" | 13973 | extern "C" |
| 13974 | #endif | 13974 | #endif |
| 13975 | char XRRQueryExtension (); | 13975 | char XRRGetScreenResources (); |
| 13976 | int | 13976 | int |
| 13977 | main () | 13977 | main () |
| 13978 | { | 13978 | { |
| 13979 | return XRRQueryExtension (); | 13979 | return XRRGetScreenResources (); |
| 13980 | ; | 13980 | ; |
| 13981 | return 0; | 13981 | return 0; |
| 13982 | } | 13982 | } |
| 13983 | _ACEOF | 13983 | _ACEOF |
| 13984 | if ac_fn_c_try_link "$LINENO"; then : | 13984 | if ac_fn_c_try_link "$LINENO"; then : |
| 13985 | ac_cv_lib_Xrandr_XRRQueryExtension=yes | 13985 | ac_cv_lib_Xrandr_XRRGetScreenResources=yes |
| 13986 | else | 13986 | else |
| 13987 | ac_cv_lib_Xrandr_XRRQueryExtension=no | 13987 | ac_cv_lib_Xrandr_XRRGetScreenResources=no |
| 13988 | fi | 13988 | fi |
| 13989 | rm -f core conftest.err conftest.$ac_objext \ | 13989 | rm -f core conftest.err conftest.$ac_objext \ |
| 13990 | conftest$ac_exeext conftest.$ac_ext | 13990 | conftest$ac_exeext conftest.$ac_ext |
| 13991 | LIBS=$ac_check_lib_save_LIBS | 13991 | LIBS=$ac_check_lib_save_LIBS |
| 13992 | fi | 13992 | fi |
| 13993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRQueryExtension" >&5 | 13993 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRGetScreenResources" >&5 |
| 13994 | $as_echo "$ac_cv_lib_Xrandr_XRRQueryExtension" >&6; } | 13994 | $as_echo "$ac_cv_lib_Xrandr_XRRGetScreenResources" >&6; } |
| 13995 | if test "x$ac_cv_lib_Xrandr_XRRQueryExtension" = x""yes; then : | 13995 | if test "x$ac_cv_lib_Xrandr_XRRGetScreenResources" = x""yes; then : |
| 13996 | HAVE_XRANDR=yes | 13996 | HAVE_XRANDR=yes |
| 13997 | fi | 13997 | fi |
| 13998 | 13998 | ||