From: Glenn Morris Date: Mon, 28 Nov 2011 11:18:31 +0000 (-0500) Subject: Auto-commit of generated files. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/e15c184e28bb8d59cafe13a4eb8a303c8536aef1 Auto-commit of generated files. --- diff --git a/autogen/config.in b/autogen/config.in index 083c1a5b76..fde44761db 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -351,6 +351,9 @@ along with GNU Emacs. If not, see . */ /* 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 diff --git a/autogen/configure b/autogen/configure index 937e4649e5..507ade74f0 100755 --- a/autogen/configure +++ b/autogen/configure @@ -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