Try to handle solaris2.5.1 in configure better
authorewt <devnull@localhost>
Wed, 14 May 1997 18:31:17 +0000 (18:31 +0000)
committerewt <devnull@localhost>
Wed, 14 May 1997 18:31:17 +0000 (18:31 +0000)
CVS patchset: 1619
CVS date: 1997/05/14 18:31:17

CHANGES
configure.in

diff --git a/CHANGES b/CHANGES
index 7d84f02..e33098e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@
        - don't use cpio when installing packages <gulp>
        - 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
index 6e42b25..8b479ac 100644 (file)
@@ -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