* doc/Makefile.am (dist_noinst_DATA): Added annotations.tex and jsr.bib
[cacao.git] / m4 / jni.m4
index 903ec44ac3314609b24ceebc4e6dfc9e8c5d4803..6dd13439e1bdd4599ace147a512bc9cf8b2c17e9 100644 (file)
--- a/m4/jni.m4
+++ b/m4/jni.m4
@@ -21,8 +21,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 dnl 02110-1301, USA.
-dnl 
-dnl $Id: configure.ac 7228 2007-01-19 01:13:48Z edwin $
 
 
 dnl check if JNI should be enabled
@@ -44,6 +42,7 @@ AC_ARG_ENABLE([jni],
                esac],
               [AC_CHECK_ENABLE_JNI_DEFAULT])
 AC_MSG_RESULT(${ENABLE_JNI})
+AM_CONDITIONAL([ENABLE_JNI], test x"${ENABLE_JNI}" = "xyes")
 
 if test x"${ENABLE_JNI}" = "xyes"; then
     AC_DEFINE([ENABLE_JNI], 1, [enable JNI])