From: ewt Date: Wed, 14 May 1997 18:31:17 +0000 (+0000) Subject: Try to handle solaris2.5.1 in configure better X-Git-Tag: tznext/4.11.0.1.tizen20130304~10341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91ef4108d5596d9038f040ef0b4a186ffb8f2aab;p=tools%2Flibrpm-tizen.git Try to handle solaris2.5.1 in configure better CVS patchset: 1619 CVS date: 1997/05/14 18:31:17 --- diff --git a/CHANGES b/CHANGES index 7d84f02..e33098e 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,7 @@ - don't use cpio when installing packages - fixed bug which affected dependencies on the Alpha - made '=' work for long arguments (the switch to popt broke this) + - handle solaris systems better 2.3.10 -> 2.3.11: - fixed newlines in --scripts output diff --git a/configure.in b/configure.in index 6e42b25..8b479ac 100644 --- a/configure.in +++ b/configure.in @@ -293,6 +293,12 @@ if test "x$tmpdir" = "x"; then fi fi +# Solaris 2.5.1 seems to confuse things +if echo "$build" grep "solaris2.5" > /dev/null ; then + echo "Real Time is hacking things up for Solaris 2.5.x" + build_os="solaris" +fi + if echo "$build" | egrep 'solaris|hpux10|sco' >/dev/null ; then # Solaris needs -ldl to use -lnsl, and it can't build static # binaries if you use -ldl