X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=e251d6fa3c1f34a875ca082de86b41da96d6d591;hb=5eb6aa636c888dd0c6907db2d559d236eb3c9de5;hp=e0d4cd3a37f3738e003d335913f46343b3d7c4bc;hpb=59de7e895a11828f2394f272771e692d8435516f;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index e0d4cd3a..e251d6fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.6.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.2],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -252,7 +252,7 @@ fi # Check for JNI header files if requested AC_ARG_ENABLE([jni-interface], [AS_HELP_STRING([--enable-jni-interface],[build JNI interface between C and Java. Needs Java include files [default=no]])], - [jni_interface=$withval], + [jni_interface=$enableval], [jni_interface=no] )