]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Remove reference to usg5-4, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 29 Jul 2010 03:41:28 +0000 (20:41 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 29 Jul 2010 03:41:28 +0000 (20:41 -0700)
ChangeLog
configure
configure.in

index 64c6125437198833d1199187b4d1f02f381b2d5f..bf4ae9a33b332d9460cd9b711d377b6247c53b7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in: Remove reference to usg5-4, unused.
+
 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
 
        * configure.in: Check for __executable_start.
index b4a2ee645906c1a15caa3132091bcdb9ecd38cc2..8559c2200035c56fd6ba2e79cadf0eabc9766e65 100755 (executable)
--- a/configure
+++ b/configure
@@ -14149,7 +14149,7 @@ LINKER=
 ORDINARY_LINK=
 case "$opsys" in
   ## gnu: GNU needs its own crt0.
-  aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
+  aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
 
   ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
   ## library search parth, i.e. it won't search /usr/lib for libc and
index 0f4a3c7564b9bdd876109278182acc2064dbc197..95a9f92d82d1b2e3f91ea3c63905a6e001636fa9 100644 (file)
@@ -3326,7 +3326,7 @@ LINKER=
 ORDINARY_LINK=
 case "$opsys" in
   ## gnu: GNU needs its own crt0.
-  aix4-2|cygwin|darwin|gnu|usg5-4|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
+  aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;;
 
   ## On post 1.3 releases of NetBSD, gcc -nostdlib also clears the
   ## library search parth, i.e. it won't search /usr/lib for libc and