aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure20
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"
13958if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then : 13958if 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; }
13961if test "${ac_cv_lib_Xrandr_XRRQueryExtension+set}" = set; then : 13961if test "${ac_cv_lib_Xrandr_XRRGetScreenResources+set}" = set; then :
13962 $as_echo_n "(cached) " >&6 13962 $as_echo_n "(cached) " >&6
13963else 13963else
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
13973extern "C" 13973extern "C"
13974#endif 13974#endif
13975char XRRQueryExtension (); 13975char XRRGetScreenResources ();
13976int 13976int
13977main () 13977main ()
13978{ 13978{
13979return XRRQueryExtension (); 13979return XRRGetScreenResources ();
13980 ; 13980 ;
13981 return 0; 13981 return 0;
13982} 13982}
13983_ACEOF 13983_ACEOF
13984if ac_fn_c_try_link "$LINENO"; then : 13984if ac_fn_c_try_link "$LINENO"; then :
13985 ac_cv_lib_Xrandr_XRRQueryExtension=yes 13985 ac_cv_lib_Xrandr_XRRGetScreenResources=yes
13986else 13986else
13987 ac_cv_lib_Xrandr_XRRQueryExtension=no 13987 ac_cv_lib_Xrandr_XRRGetScreenResources=no
13988fi 13988fi
13989rm -f core conftest.err conftest.$ac_objext \ 13989rm -f core conftest.err conftest.$ac_objext \
13990 conftest$ac_exeext conftest.$ac_ext 13990 conftest$ac_exeext conftest.$ac_ext
13991LIBS=$ac_check_lib_save_LIBS 13991LIBS=$ac_check_lib_save_LIBS
13992fi 13992fi
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; }
13995if test "x$ac_cv_lib_Xrandr_XRRQueryExtension" = x""yes; then : 13995if test "x$ac_cv_lib_Xrandr_XRRGetScreenResources" = x""yes; then :
13996 HAVE_XRANDR=yes 13996 HAVE_XRANDR=yes
13997fi 13997fi
13998 13998