X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=3e0e906232bbf47110c4c1aa313bd9a8a0abd453;hb=refs%2Fheads%2Fstable-2.6;hp=6b4a74fb8a55bdc76a403fbca1b9c400a021a215;hpb=c49ee9040ada6984c880756614e8a6f7fd645bd6;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 6b4a74fb..3e0e9062 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.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.7],[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] )