Hopefully fixed error with older automake versions.

Error was:
"C source seen but 'CC' not defined in 'configure.ac'"
This commit is contained in:
evilynux 2007-05-27 00:51:12 +00:00
parent 70b59b5dfe
commit e5d1ecbb46
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ case $target in
esac
AC_SUBST(desmume_arch)
dnl -- make sure we have a C++ compiler
AC_PROG_CXX
dnl -- make sure we have a C compiler
AC_PROG_CC
dnl -- use ranlib for libraries
AC_PROG_RANLIB