nicer help message

SVN revision: 2547
This commit is contained in:
Carsten Haitzler 2000-04-27 02:34:14 +00:00
parent cc8e9b0183
commit eb2cbfaef0
2 changed files with 3 additions and 2 deletions

View File

@ -6,22 +6,22 @@ AC_CANONICAL_SYSTEM
mmx=no
AC_ARG_ENABLE(mmx, "Enables building of MMX assembly routines",
[
echo "*****************YESYESYESYESYESYES****************"
if test x$enableval = xyes; then
mmx=yes
fi
],
[
echo "*****************NOT****************"
if test x$target_os = xlinux-gnu; then
mmx=`cat /proc/cpuinfo | grep mmx`
if test -n "$mmx"; then
mmx=yes
fi
else
echo ""
echo "You are not running Linux - This script cannot auto-detect mmx assembly."
echo "You will have to ebnalbe the mmx assembly (which gives anywhere from 10%"
echo "to 300% speedups) by adding --enable-mmx on the configure command-line."
echo ""
fi
]
)

View File

@ -0,0 +1 @@
timestamp