projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda3bcd
)
Fix: Use $enableval with AC_ARG_ENABLE
author
Michael Jeanson
<mjeanson@efficios.com>
Wed, 8 Jul 2015 18:24:57 +0000
(14:24 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Wed, 8 Jul 2015 18:32:08 +0000
(14:32 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 6b4a74fb8a55bdc76a403fbca1b9c400a021a215..e251d6fa3c1f34a875ca082de86b41da96d6d591 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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=$
with
val],
+ [jni_interface=$
enable
val],
[jni_interface=no]
)
This page took
0.02557 seconds
and
4
git commands to generate.