This commit is contained in:
2008-07-19 08:04:49 +00:00
parent 1d7890f625
commit 1546704051
21 changed files with 127 additions and 37 deletions

View File

@ -271,6 +271,12 @@ AC_SUBST(BUILD_JNI, $BUILD_JNI)
AC_SUBST(CJFLAGS, $CJFLAGS)
AC_SUBST(BUILD_CJ, $BUILD_CJ)
if test -n "${CXX}"; then
AM_CONDITIONAL(HAVE_CXX,true)
else
AM_CONDITIONAL(HAVE_CXX,false)
fi
AC_CONFIG_FILES([
makefile
include/makefile