From: Dan Nicolaescu Date: Thu, 29 Jul 2010 03:41:28 +0000 (-0700) Subject: * configure.in: Remove reference to usg5-4, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a876c9d0c3a39d85af6850ea3cb0283101418c9;p=emacs.git * configure.in: Remove reference to usg5-4, unused. --- diff --git a/ChangeLog b/ChangeLog index 64c61254371..bf4ae9a33b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-29 Dan Nicolaescu + + * configure.in: Remove reference to usg5-4, unused. + 2010-07-25 Andreas Schwab * configure.in: Check for __executable_start. diff --git a/configure b/configure index b4a2ee64590..8559c220003 100755 --- 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 diff --git a/configure.in b/configure.in index 0f4a3c7564b..95a9f92d82d 100644 --- a/configure.in +++ b/configure.in @@ -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