[libbluray-devel] configure: denser syntax
Jean-Baptiste Kempf
git at videolan.org
Wed May 21 12:45:33 CEST 2014
libbluray | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 21 12:45:23 2014 +0200| [0245c2e91f67a1580414b2c3e329f7e4135bab71] | committer: Jean-Baptiste Kempf
configure: denser syntax
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=0245c2e91f67a1580414b2c3e329f7e4135bab71
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index cf69abf..ad68161 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,8 +194,7 @@ if [[ $use_bdjava = "yes" ]]; then
AC_CHECK_HEADERS([jni.h], [], [AC_MSG_ERROR(could not find jni.h)])
CPPFLAGS="$temp_CPPFLAGS"
], [
- BDJAVA_CFLAGS='-I${abs_top_srcdir}/jni -I${abs_top_srcdir}/jni/'
- BDJAVA_CFLAGS+="${java_os}"
+ BDJAVA_CFLAGS='-I${abs_top_srcdir}/jni -I${abs_top_srcdir}/jni/'"${java_os}"
])
AC_DEFINE([USING_BDJAVA], [1], ["Define to 1 if using BD-Java"])
More information about the libbluray-devel
mailing list