From: Kevin M. Rosenberg Date: Fri, 31 Jan 2003 18:57:15 +0000 (+0000) Subject: r3904: Auto commit for Debian build X-Git-Tag: debian-4.5.3-3~105 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=aa52c6f383cc8b7b8f9723e409e138df72e06f2d r3904: Auto commit for Debian build --- 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])