]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Sun, 9 Jun 2013 10:19:08 +0000 (06:19 -0400)
committerGlenn Morris <rgm@gnu.org>
Sun, 9 Jun 2013 10:19:08 +0000 (06:19 -0400)
autogen/configure

index 628a856f6724422239d612514d47f976dc90744e..cc2fafb3803ec8383c0c2d3a3be2e657cfc7bba9 100755 (executable)
@@ -12032,7 +12032,9 @@ if test "${with_file_notification}" = "yes"; then
    if test "${opsys}" = "mingw32"; then
       with_file_notification=w32
    else
-      with_file_notification=gfile
+      if test "${with_ns}" != yes; then
+        with_file_notification=gfile
+      fi
    fi
 fi
 
@@ -16197,7 +16199,9 @@ if test "${links_glib}" = "yes"; then
 
 $as_echo "#define HAVE_GLIB 1" >>confdefs.h
 
-  XGSELOBJ=xgselect.o
+  if test "$HAVE_NS" = no;then
+    XGSELOBJ=xgselect.o
+  fi
 fi