Small rm fix, gmake instead of make for bsd platforms, changes in -O params and better use of -no-rtti.

This commit is contained in:
grinvader
2005-10-23 20:26:43 +00:00
parent adfa6806b0
commit 7e34c3fdfc
3 changed files with 22 additions and 14 deletions

View File

@@ -433,11 +433,11 @@ if test x$enable_cpucheck != xno; then
AC_MSG_RESULT(found)
CPU_INFO=$(<conf.cpuchk)
ifelse([$1], , :, [$1])
rm conf.cpuchk
else
AC_MSG_RESULT(not found)
ifelse([$2], , :, [$2])
fi
rm conf.cpuchk
AC_SUBST(CPU_INFO)
else