From 91ef4108d5596d9038f040ef0b4a186ffb8f2aab Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 14 May 1997 18:31:17 +0000 Subject: [PATCH] Try to handle solaris2.5.1 in configure better CVS patchset: 1619 CVS date: 1997/05/14 18:31:17 --- CHANGES | 1 + configure.in | 6 ++++++ 2 files changed, 7 insertions(+) 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 -- 2.7.4