fixed configure.in script to run AC_PROG_CXX before testing for

This commit is contained in:
Arvid Norberg 2007-02-09 19:56:16 +00:00
parent 0019e9a2fb
commit e324cfc519
1 changed files with 1 additions and 1 deletions

View File

@ -13,13 +13,13 @@ if test -z "$(which $CC)"; then
fi
AC_PROG_CPP
AC_PROG_CXX
if test -z "$(which $CXX)"; then
AC_MSG_ERROR([Unable to find a working C++ compiler, giving up.])
fi
AC_CACHE_SAVE
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL