From: Glenn Morris Date: Mon, 27 May 2013 10:17:36 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c31effdbdc7af05ca079cb2596590e0177fa74cb;p=emacs.git Auto-commit of generated files. --- 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; } # Test old way in case pkg-config doesn't have it (older machines). ac_fn_c_check_header_mongrel "$LINENO" "X11/extensions/Xrandr.h" "ac_cv_header_X11_extensions_Xrandr_h" "$ac_includes_default" if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRQueryExtension in -lXrandr" >&5 -$as_echo_n "checking for XRRQueryExtension in -lXrandr... " >&6; } -if test "${ac_cv_lib_Xrandr_XRRQueryExtension+set}" = set; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRRGetScreenResources in -lXrandr" >&5 +$as_echo_n "checking for XRRGetScreenResources in -lXrandr... " >&6; } +if test "${ac_cv_lib_Xrandr_XRRGetScreenResources+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -13972,27 +13972,27 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext #ifdef __cplusplus extern "C" #endif -char XRRQueryExtension (); +char XRRGetScreenResources (); int main () { -return XRRQueryExtension (); +return XRRGetScreenResources (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_Xrandr_XRRQueryExtension=yes + ac_cv_lib_Xrandr_XRRGetScreenResources=yes else - ac_cv_lib_Xrandr_XRRQueryExtension=no + ac_cv_lib_Xrandr_XRRGetScreenResources=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRQueryExtension" >&5 -$as_echo "$ac_cv_lib_Xrandr_XRRQueryExtension" >&6; } -if test "x$ac_cv_lib_Xrandr_XRRQueryExtension" = x""yes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrandr_XRRGetScreenResources" >&5 +$as_echo "$ac_cv_lib_Xrandr_XRRGetScreenResources" >&6; } +if test "x$ac_cv_lib_Xrandr_XRRGetScreenResources" = x""yes; then : HAVE_XRANDR=yes fi