projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
932cfad
)
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:31:27 +0000
(14:31 -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 8bbf7b9b15295db0a06279fb9d9a5dc99933f0bc..cb4bb21bc2af370e7c9f825594ed9fba355e84c9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-255,7
+255,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.04298 seconds
and
4
git commands to generate.