emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109316: * configure.ac (opsysfile):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109316: * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
Date: Mon, 30 Jul 2012 23:46:42 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109316
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-30 23:46:42 -0700
message:
  * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
  when removing src/s/sol2-6.h yesterday.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-31 06:43:37 +0000
+++ b/ChangeLog 2012-07-31 06:46:42 +0000
@@ -1,5 +1,8 @@
 2012-07-31  Glenn Morris  <address@hidden>
 
+       * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
+       when removing src/s/sol2-6.h yesterday.
+
        * configure.ac (USG5_4): Reintroduce this.
        (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-31 06:43:37 +0000
+++ b/configure.ac      2012-07-31 06:46:42 +0000
@@ -3811,7 +3811,7 @@
   sol2-10)
     AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
       on Solaris.])
-    opsysfile="s/sol2-6.h"
+    opsysfile=
     ;;
 esac
 


reply via email to

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