X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=configure;h=4e1d019eb9279a9157e72241b98448300add67af;hp=c6f9c909f851631e6a8473711cdaa1187087cb01;hb=c411affdefe8ca2af91a957e7ad04953f7b838e9;hpb=a000f066b36f9b110bc6b3336a18d5a13adebbd5 diff --git a/configure b/configure index c6f9c90..4e1d019 100755 --- 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