From d2070ca6e5085c7ad6fed5a859d0f5a148ffc8e1 Mon Sep 17 00:00:00 2001 From: yabause Date: Fri, 23 Jan 2009 14:21:28 +0000 Subject: [PATCH] Updated version number to something else, so users testing svn won't get confused. Also removed the check for a C compiler. It seems that when searching for both a C and a C++ compiler, configure don't care that there's no C++ if there's a C one. --- desmume/configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index ee95bcdee..0a662508b 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -1,7 +1,7 @@ dnl --- Package name is first argument to AC_INIT dnl --- Release version is second argument to AC_INIT -AC_INIT(desmume, [0.8]) +AC_INIT(desmume, [svn]) dnl -- find target architecture for some os specific libraries AC_CANONICAL_TARGET @@ -15,9 +15,6 @@ AC_SUBST(desmume_arch) AM_INIT_AUTOMAKE([1.10]) -dnl -- make sure we have a C compiler -AC_PROG_CC - dnl -- make sure we have a c++ compiler AC_PROG_CXX