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

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