aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2012-09-18 20:13:01 +0200
committerJan Djärv2012-09-18 20:13:01 +0200
commit5fb91e7197bd800240e39a05c070ca37860af68a (patch)
tree57fc9a6960b2cd7093e1d43064b80e70f01a88f9
parentae97707fa29a4413d23d44402dbe7dacb6e4f09a (diff)
downloademacs-5fb91e7197bd800240e39a05c070ca37860af68a.tar.gz
emacs-5fb91e7197bd800240e39a05c070ca37860af68a.zip
* configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6260f6c228..57f1bec65ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2
3 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
4
12012-09-17 Andreas Schwab <schwab@linux-m68k.org> 52012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2 6
3 * Makefile.in (bootstrap): Revert last change. Run config.status 7 * Makefile.in (bootstrap): Revert last change. Run config.status
diff --git a/configure.ac b/configure.ac
index d0cbabf3d3d..a6462f7959a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1914,6 +1914,7 @@ if test "${with_gtk3}" = "yes" || test "${with_gtk}" = "yes" || test "$USE_X_TOO
1914 AC_DEFINE(HAVE_GTK3, 1, [Define to 1 if using GTK 3 or later.]) 1914 AC_DEFINE(HAVE_GTK3, 1, [Define to 1 if using GTK 3 or later.])
1915 GTK_OBJ=emacsgtkfixed.o 1915 GTK_OBJ=emacsgtkfixed.o
1916 term_header=gtkutil.h 1916 term_header=gtkutil.h
1917 USE_GTK_TOOLKIT="GTK3"
1917 else 1918 else
1918 check_gtk2=yes 1919 check_gtk2=yes
1919 gtk3_pkg_errors="$GTK_PKG_ERRORS " 1920 gtk3_pkg_errors="$GTK_PKG_ERRORS "
@@ -1932,6 +1933,7 @@ if test "${with_gtk2}" = "yes" || test "$check_gtk2" = "yes"; then
1932 then 1933 then
1933 AC_MSG_ERROR($gtk3_pkg_errors$GTK_PKG_ERRORS) 1934 AC_MSG_ERROR($gtk3_pkg_errors$GTK_PKG_ERRORS)
1934 fi 1935 fi
1936 test "$pkg_check_gtk" = "yes" && USE_GTK_TOOLKIT="GTK2"
1935fi 1937fi
1936 1938
1937if test x"$pkg_check_gtk" = xyes; then 1939if test x"$pkg_check_gtk" = xyes; then
@@ -4396,7 +4398,7 @@ End:
4396#### It makes printing result more understandable as using GTK sets 4398#### It makes printing result more understandable as using GTK sets
4397#### toolkit_scroll_bars to yes by default. 4399#### toolkit_scroll_bars to yes by default.
4398if test "${HAVE_GTK}" = "yes"; then 4400if test "${HAVE_GTK}" = "yes"; then
4399 USE_X_TOOLKIT=GTK 4401 USE_X_TOOLKIT="$USE_GTK_TOOLKIT"
4400fi 4402fi
4401 4403
4402echo " 4404echo "