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

index c6f9c909f851631e6a8473711cdaa1187087cb01..4e1d019eb9279a9157e72241b98448300add67af 100755 (executable)
--- a/configure
+++ b/configure
@@ -7908,7 +7908,7 @@ if test "${with_mcpu+set}" = set; then
 
 fi;
 
-if  "$withval" == ""  ||  "$withval" == "no" ; then
+if test "$withval" == "" -o test "$withval" == "no" -o test "$withval" == "yes" ; then
   echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
 else
index c2851d80fa4364d391656684eead674e8dffd7ef..f2eae439302b8b9568a5c68687015e8b12e5da74 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 test "$withval" == "" -o test "$withval" == "no" ; then
+if test "$withval" == "" -o test "$withval" == "no" -o test "$withval" == "yes" ; then
   AC_MSG_RESULT([no])
 else
   AC_MSG_RESULT([$withval])