r3902: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 31 Jan 2003 18:49:45 +0000 (18:49 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 31 Jan 2003 18:49:45 +0000 (18:49 +0000)
configure.ac

index e0fccd69c8ad1a50ca787b276f973b03da836823..c2851d80fa4364d391656684eead674e8dffd7ef 100644 (file)
@@ -246,7 +246,7 @@ AC_MSG_CHECKING([for CPU specification])
 AC_ARG_WITH(mcpu,
 [  --with-mcpu[=CPU]         Set name of CPU for gcc -mcpu])
 
-if [ "$withval" == "" ] || [ "$withval" == "no" ]; then
+if test "$withval" == "" -o test "$withval" == "no" ; then
   AC_MSG_RESULT([no])
 else
   AC_MSG_RESULT([$withval])