mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Auto-commit of generated files.
This commit is contained in:
parent
6d26297754
commit
e15c184e28
@ -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
|
||||
|
||||
|
4
autogen/configure
vendored
4
autogen/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user