From: Glenn Morris Date: Tue, 17 Sep 2013 10:17:44 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cf10af897aaeb89830d6ff30b17c15c44af5b61;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/config.in b/autogen/config.in index a8ca66e22c8..9b2bbdfc949 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -604,9 +604,6 @@ along with GNU Emacs. If not, see . */ /* 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 - /* Define to 1 if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO diff --git a/autogen/configure b/autogen/configure index 72439e795d6..206f5301e82 100755 --- a/autogen/configure +++ b/autogen/configure @@ -12114,17 +12114,6 @@ $as_echo "no" >&6; } SAVE_LIBS="$LIBS" CFLAGS="$SETTINGS_CFLAGS $CFLAGS" LIBS="$SETTINGS_LIBS $LIBS" - for ac_func in g_type_init -do : - ac_fn_c_check_func "$LINENO" "g_type_init" "ac_cv_func_g_type_init" -if test "x$ac_cv_func_g_type_init" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_G_TYPE_INIT 1 -_ACEOF - -fi -done - CFLAGS="$SAVE_CFLAGS" LIBS="$SAVE_LIBS" fi