diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-09 17:49:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-09 17:57:13 -0700 |
commit | 1e4c18777d982061f5e507a4d4f4f1cd4d685268 (patch) | |
tree | 1913bd8baf23f820d21f56b82c8b18dcacdafd8d | |
parent | c286ada6457579d64e9d8ca44b927258b4a561da (diff) |
altosui: Need to have JVM include path substituted into libaltos Makefile
The libaltos Makefile needs to find the relevant jni.h file, which is
found in the JVM_INCLUDE path, all nicely located by the configure.ac script.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d376af3f..61c03b18 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,8 @@ if test "x$JVM_INCLUDE" = "xauto"; then AC_MSG_RESULT([$JVM_INCLUDE]) fi +AC_SUBST(JVM_INCLUDE) + AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S |