summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-21 05:02:58 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-21 05:02:58 +0000
commit5f742fbd0ddb1b7e89bd9f7ce8fd38bed2ebc3db (patch)
treef0e192ace74db8cc2d8df4348a15d49560b8dd2b /configure.ac
parent3b1689612bb2ff984aa90cd84093ffc043d78ba9 (diff)
Java binding now working. Some interface types still need some work (e.g. iterators aren't functional). Also, output isn't very flexible yet, as I told SWIG to ignore all the operator<<'s.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d4ea2ef48..b08c32099 100644
--- a/configure.ac
+++ b/configure.ac
@@ -839,6 +839,7 @@ fi
AC_ARG_VAR(JAVA, [Java interpreter (used when testing Java interface)])
AC_ARG_VAR(JAVAC, [Java compiler (used when building and testing Java interface)])
AC_ARG_VAR(JAR, [Jar archiver (used when building Java interface)])
+AC_ARG_VAR(JAVA_INCLUDES, [flags to pass to C compiler when building JNI libraries])
if test "$cvc4_build_java_bindings"; then
dnl AM_PROG_GCJ
if test -z "$JAVA"; then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback