diff --git a/desmume/configure.ac b/desmume/configure.ac index 8429a4af2..23a889983 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -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