# HG changeset patch # User atmos4 # Date 996326280 0 # Node ID 79e39ecd2d37a90d167127620dff27431cc092ce # Parent 10e236ceac5e94fb0b4ff1d9ac5f4907188ccf11 Fixed portability issue in StrongARM patch. diff -r 10e236ceac5e -r 79e39ecd2d37 configure --- a/configure Sat Jul 28 07:54:52 2001 +0000 +++ b/configure Sat Jul 28 13:18:00 2001 +0000 @@ -238,7 +238,7 @@ echo "Please wait while ./configure discovers your software and hardware environment!" # Determine our OS name and CPU architecture -if [ "$_target" == "" ]; then +if [ "$_target" = "" ]; then system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS host_arch=`uname -p 2>&1` # host's instruction set or processor type