From: Kevin M. Rosenberg Date: Fri, 31 Jan 2003 18:49:45 +0000 (+0000) Subject: r3902: Auto commit for Debian build X-Git-Tag: debian-4.5.3-3~107 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=a000f066b36f9b110bc6b3336a18d5a13adebbd5 r3902: Auto commit for Debian build --- diff --git a/configure.ac b/configure.ac index e0fccd6..c2851d8 100644 --- a/configure.ac +++ b/configure.ac @@ -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])