From: Dan Nicolaescu Date: Mon, 9 Aug 2010 17:08:56 +0000 (-0700) Subject: * configure.in (ORDINARY_LINK): Use on hpux* too. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~4^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b84fc05a591171240d8842490d068356933eb5c2;p=emacs.git * configure.in (ORDINARY_LINK): Use on hpux* too. --- diff --git a/ChangeLog b/ChangeLog index fbee7fb9562..16958fbec7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Dan Nicolaescu + + * configure.in (ORDINARY_LINK): Use on hpux* too. + 2010-08-06 Jan Djärv * configure.in: Check for util.h. diff --git a/configure b/configure index 53c2407f3a9..29d8e6dccda 100755 --- a/configure +++ b/configure @@ -14187,7 +14187,7 @@ LINKER= ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|hpux*|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 @@ -14214,7 +14214,7 @@ $as_echo "#define ORDINARY_LINK 1" >>confdefs.h ## The system files defining neither ORDINARY_LINK nor LINKER are: -## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. +## freebsd, gnu-* not on macppc|ibms390x. elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure diff --git a/configure.in b/configure.in index fcd2faa7670..f52bdae151a 100644 --- a/configure.in +++ b/configure.in @@ -3346,7 +3346,7 @@ LINKER= ORDINARY_LINK= case "$opsys" in ## gnu: GNU needs its own crt0. - aix4-2|cygwin|darwin|gnu|irix6-5|sol2*|unixware) ORDINARY_LINK=yes ;; + aix4-2|cygwin|darwin|gnu|hpux*|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 @@ -3371,7 +3371,7 @@ if test "x$ORDINARY_LINK" = "xyes"; then AC_DEFINE(ORDINARY_LINK, 1, [Define if the C compiler is the linker.]) ## The system files defining neither ORDINARY_LINK nor LINKER are: -## (bsd-common), freebsd, gnu-* not on macppc|ibms390x, hpux*. +## freebsd, gnu-* not on macppc|ibms390x. elif test "x$GCC" = "xyes" && test "x$LINKER" = "x"; then ## Versions of GCC >= 2.0 put their library, libgcc.a, in obscure