From 80aa15047a4914af1bce95899374446222dd8469 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 2 Aug 1995 20:39:02 +0000 Subject: [PATCH] * configure.in (appdirs): Use =, not ==, in test expression when trying to build the text to print in the warning message for Solaris users. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a38a038..68aaa89 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.7.4