X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.ac;h=15de31ebd33bbc7200b3d4f1280d134bca51776c;hb=f36246b79c47ea4ba85cf79309ede76ed7d36cce;hp=c2851d80fa4364d391656684eead674e8dffd7ef;hpb=a000f066b36f9b110bc6b3336a18d5a13adebbd5;p=ctsim.git diff --git a/configure.ac b/configure.ac index c2851d8..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" ; then +if test "$withval" == "no" -o "$withval" == "yes" ; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([$withval])