From aa52c6f383cc8b7b8f9723e409e138df72e06f2d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 31 Jan 2003 18:57:15 +0000 Subject: [PATCH] r3904: Auto commit for Debian build --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4e1d019..42c358d 100755 --- 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 diff --git a/configure.ac b/configure.ac index f2eae43..15de31e 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 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]) -- 2.34.1