emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104586: Auto-commit of generated fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104586: Auto-commit of generated files.
Date: Wed, 15 Jun 2011 06:18:57 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104586
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-15 06:18:57 -0400
message:
  Auto-commit of generated files.
modified:
  autogen/configure
=== modified file 'autogen/configure'
--- a/autogen/configure 2011-06-09 10:18:21 +0000
+++ b/autogen/configure 2011-06-15 10:18:57 +0000
@@ -10483,6 +10483,7 @@
 
 
 HAVE_GTK=no
+GTK_OBJ=
 if test "${with_gtk3}" = "yes"; then
   GLIB_REQUIRED=2.28
   GTK_REQUIRED=3.0
@@ -10588,6 +10589,7 @@
 
 $as_echo "#define HAVE_GTK3 1" >>confdefs.h
 
+  GTK_OBJ=emacsgtkfixed.o
 fi
 
 if test "$pkg_check_gtk" != "yes"; then
@@ -10697,7 +10699,6 @@
 fi
 fi
 
-GTK_OBJ=
 if test x"$pkg_check_gtk" = xyes; then
 
 
@@ -10726,7 +10727,7 @@
 
 $as_echo "#define USE_GTK 1" >>confdefs.h
 
-    GTK_OBJ=gtkutil.o
+    GTK_OBJ="gtkutil.o $GTK_OBJ"
     USE_X_TOOLKIT=none
     if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
       :


reply via email to

[Prev in Thread] Current Thread [Next in Thread]