diff options
author | Glenn Morris <rgm@gnu.org> | 2011-11-28 06:18:31 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-11-28 06:18:31 -0500 |
commit | e15c184e28bb8d59cafe13a4eb8a303c8536aef1 (patch) | |
tree | d0f8b1edfa10a2db8ed2af6ca4f2bb91dca5b6f1 /autogen | |
parent | 6d262977547380660c45e486cb5e537301740059 (diff) | |
download | emacs-e15c184e28bb8d59cafe13a4eb8a303c8536aef1.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r-- | autogen/config.in | 3 | ||||
-rwxr-xr-x | autogen/configure | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/autogen/config.in b/autogen/config.in index 083c1a5b760..fde44761db4 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -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 diff --git a/autogen/configure b/autogen/configure index 937e4649e50..507ade74f01 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 |