aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-09-19 06:17:35 -0400
committerGlenn Morris2012-09-19 06:17:35 -0400
commita732eace5fed6d1264adf2c70c0b17cef0422698 (patch)
treed781b28e825e308dfd724ab10995deebae4aa6a1
parent69f6644cd4c2eb5856be503705d7f502422b215c (diff)
downloademacs-a732eace5fed6d1264adf2c70c0b17cef0422698.tar.gz
emacs-a732eace5fed6d1264adf2c70c0b17cef0422698.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure
index 4c6fa8b5cf7..3c53c7f1538 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -10567,6 +10567,7 @@ $as_echo "#define HAVE_GTK3 1" >>confdefs.h
10567 10567
10568 GTK_OBJ=emacsgtkfixed.o 10568 GTK_OBJ=emacsgtkfixed.o
10569 term_header=gtkutil.h 10569 term_header=gtkutil.h
10570 USE_GTK_TOOLKIT="GTK3"
10570 else 10571 else
10571 check_gtk2=yes 10572 check_gtk2=yes
10572 gtk3_pkg_errors="$GTK_PKG_ERRORS " 10573 gtk3_pkg_errors="$GTK_PKG_ERRORS "
@@ -10634,6 +10635,7 @@ $as_echo "no" >&6; }
10634 then 10635 then
10635 as_fn_error "$gtk3_pkg_errors$GTK_PKG_ERRORS" "$LINENO" 5 10636 as_fn_error "$gtk3_pkg_errors$GTK_PKG_ERRORS" "$LINENO" 5
10636 fi 10637 fi
10638 test "$pkg_check_gtk" = "yes" && USE_GTK_TOOLKIT="GTK2"
10637fi 10639fi
10638 10640
10639if test x"$pkg_check_gtk" = xyes; then 10641if test x"$pkg_check_gtk" = xyes; then
@@ -24293,7 +24295,7 @@ fi
24293#### It makes printing result more understandable as using GTK sets 24295#### It makes printing result more understandable as using GTK sets
24294#### toolkit_scroll_bars to yes by default. 24296#### toolkit_scroll_bars to yes by default.
24295if test "${HAVE_GTK}" = "yes"; then 24297if test "${HAVE_GTK}" = "yes"; then
24296 USE_X_TOOLKIT=GTK 24298 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
24297fi 24299fi
24298 24300
24299echo " 24301echo "