summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-23 15:11:31 +0100
committerAndras Timar <atimar@suse.com>2011-11-23 15:11:31 +0100
commitff1b70c92aed555ecdbe424aac29373142c8fcb6 (patch)
treee1d32ae4599ee231777e6f303a43d6183fd87c7a /configure.in
parent06fe563b1a9a38b9c0057e90f934435125b89605 (diff)
don't enable java extensions without java - fixup
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0d1ca1bec120..6abcc2218a4e 100644
--- a/configure.in
+++ b/configure.in
@@ -8196,7 +8196,7 @@ dnl ===================================================================
dnl Test whether to include NLPSolver extension
dnl ===================================================================
AC_MSG_CHECKING([for NLPSolver extension integration])
-if test "x$enable_ext_nlpsolver" = "xyes" -a "x$enable_extension_integration" != "xno" -a "x$with_java" != "no"; then
+if test "x$enable_ext_nlpsolver" = "xyes" -a "x$enable_extension_integration" != "xno" -a "x$with_java" != "xno"; then
BUILD_TYPE="$BUILD_TYPE NLPSOLVER"
SCPDEFS="$SCPDEFS -DWITH_EXTENSION_NLPSOLVER"
AC_MSG_RESULT([yes])