From a000f066b36f9b110bc6b3336a18d5a13adebbd5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 31 Jan 2003 18:49:45 +0000 Subject: [PATCH] r3902: Auto commit for Debian build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.34.1