* configure.in (appdirs): Use =, not ==, in test expression when trying to
authorKen Raeburn <raeburn@cygnus>
Wed, 2 Aug 1995 20:39:02 +0000 (20:39 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 2 Aug 1995 20:39:02 +0000 (20:39 +0000)
build the text to print in the warning message for Solaris users.

configure.in

index a38a038..68aaa89 100644 (file)
@@ -135,7 +135,7 @@ case "${host}" in
           could_use=
           [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
           if [ -d /opt/cygnus/bin ] ; then
-              if [ "$could_use" == "" ] ; then
+              if [ "$could_use" = "" ] ; then
                   could_use="/opt/cygnus/bin"
               else
                   could_use="$could_use or /opt/cygnus/bin"