Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Mon, 28 Nov 2011 11:18:31 +0000 (06:18 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 28 Nov 2011 11:18:31 +0000 (06:18 -0500)
autogen/config.in
autogen/configure

index 083c1a5..fde4476 100644 (file)
@@ -351,6 +351,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
 #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
 
+/* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
+#undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
+
 /* Define to 1 if you have the `g_type_init' function. */
 #undef HAVE_G_TYPE_INIT
 
index 937e464..507ade7 100755 (executable)
@@ -11217,7 +11217,8 @@ done
     for ac_func in gtk_widget_get_window gtk_widget_set_has_window \
                  gtk_dialog_get_action_area gtk_widget_get_sensitive \
                  gtk_widget_get_mapped gtk_adjustment_get_page_size \
-                 gtk_orientable_set_orientation
+                 gtk_orientable_set_orientation \
+                gtk_window_set_has_resize_grip
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -11230,7 +11231,6 @@ _ACEOF
 fi
 done
 
-
 fi
 
 HAVE_DBUS=no