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