r3892: Auto commit for Debian build
[ctsim.git] / configure.ac
index 029dbc41f9f542ffe526a922729ea979e67f8f26..34ca6c2d114ade8630b38067169d4dca7b95771f 100644 (file)
@@ -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" == "pentium4" -o "$withval" == "athlon-mp" ; then
+if test "$withval" == "pentium4" -o "$withval" == "athlon ; then
   AC_MSG_RESULT([$withval])
   CFLAGS="$CFLAGS -mcpu=$withval"
 elif test "$withval" == "no"; then