diff options
| author | Glenn Morris | 2012-09-19 06:17:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-09-19 06:17:35 -0400 |
| commit | a732eace5fed6d1264adf2c70c0b17cef0422698 (patch) | |
| tree | d781b28e825e308dfd724ab10995deebae4aa6a1 | |
| parent | 69f6644cd4c2eb5856be503705d7f502422b215c (diff) | |
| download | emacs-a732eace5fed6d1264adf2c70c0b17cef0422698.tar.gz emacs-a732eace5fed6d1264adf2c70c0b17cef0422698.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 4 |
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" | ||
| 10637 | fi | 10639 | fi |
| 10638 | 10640 | ||
| 10639 | if test x"$pkg_check_gtk" = xyes; then | 10641 | if 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. |
| 24295 | if test "${HAVE_GTK}" = "yes"; then | 24297 | if test "${HAVE_GTK}" = "yes"; then |
| 24296 | USE_X_TOOLKIT=GTK | 24298 | USE_X_TOOLKIT="$USE_GTK_TOOLKIT" |
| 24297 | fi | 24299 | fi |
| 24298 | 24300 | ||
| 24299 | echo " | 24301 | echo " |