emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r112899: Auto-commit of generated files.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r112899: Auto-commit of generated files.
Date: Sun, 09 Jun 2013 10:19:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112899
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-06-09 06:19:08 -0400
message:
  Auto-commit of generated files.
=== modified file 'autogen/configure'
--- a/autogen/configure 2013-06-04 10:17:52 +0000
+++ b/autogen/configure 2013-06-09 10:19:08 +0000
@@ -12032,7 +12032,9 @@
    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 @@
 
 $as_echo "#define HAVE_GLIB 1" >>confdefs.h
 
-  XGSELOBJ=xgselect.o
+  if test "$HAVE_NS" = no;then
+    XGSELOBJ=xgselect.o
+  fi
 fi
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]