Hopefully fixed error with older automake versions.
Error was: "C source seen but 'CC' not defined in 'configure.ac'"
This commit is contained in:
parent
70b59b5dfe
commit
e5d1ecbb46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue