diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-03-10 17:47:19 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-03-10 17:47:19 +0000 |
| commit | 58cc642c160f543c8076ee6916925e2effe63729 (patch) | |
| tree | d7e4655390b2d016480380570da87fba7c317f81 | |
| parent | 9eef58fe4c9f5ee5a1c97ba21286fb8a6f9b62bc (diff) | |
* configure.ac: re-add JDK_INCLUDE substs (can be removed when we will move
to the new bindings)
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2bb63549..2c6478d8 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,8 @@ AC_SUBST(JAVAC_FLAGS) AC_SUBST(JAVAH_FLAGS) AC_SUBST(JAVA_INCLUDE) AC_SUBST(CLASSPATH_OPT) +JDK_INCLUDE=$JAVA_INCLUDE +AC_SUBST(JDK_INCLUDE) # -------------- |
