aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-06-09 06:19:08 -0400
committerGlenn Morris2013-06-09 06:19:08 -0400
commit7cee6e79fd98257648b3c8d4254b64dcef067ab8 (patch)
treeeb3277c81a2f330c8ab4cad158ff3fb58b5278b3
parent04fcf1b047a388b2fb995dbedf635238faca7a58 (diff)
downloademacs-7cee6e79fd98257648b3c8d4254b64dcef067ab8.tar.gz
emacs-7cee6e79fd98257648b3c8d4254b64dcef067ab8.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure8
1 files changed, 6 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure
index 628a856f672..cc2fafb3803 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -12032,7 +12032,9 @@ if test "${with_file_notification}" = "yes"; then
12032 if test "${opsys}" = "mingw32"; then 12032 if test "${opsys}" = "mingw32"; then
12033 with_file_notification=w32 12033 with_file_notification=w32
12034 else 12034 else
12035 with_file_notification=gfile 12035 if test "${with_ns}" != yes; then
12036 with_file_notification=gfile
12037 fi
12036 fi 12038 fi
12037fi 12039fi
12038 12040
@@ -16197,7 +16199,9 @@ if test "${links_glib}" = "yes"; then
16197 16199
16198$as_echo "#define HAVE_GLIB 1" >>confdefs.h 16200$as_echo "#define HAVE_GLIB 1" >>confdefs.h
16199 16201
16200 XGSELOBJ=xgselect.o 16202 if test "$HAVE_NS" = no;then
16203 XGSELOBJ=xgselect.o
16204 fi
16201fi 16205fi
16202 16206
16203 16207