This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user