]> git.sesse.net Git - vlc/commitdiff
Fail loudly if --enable-java-bindings is used
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 21 May 2008 17:39:41 +0000 (20:39 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 21 May 2008 17:39:51 +0000 (20:39 +0300)
as it does not work anymore

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ce16f174b039a533bdab179c087405f6ccfe08ba..fd7205850e22d45df2e476ae4c58f86ac30a75dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -201,6 +201,10 @@ New Localizations:
  * Persian
  * Polish
 
+Developpers:
+  * LibVLC now supports externally built plugins properly.
+    A "vlc-plugin" pkg-config package is provided.
+  * Java bindings are now built from a separate source.
 
 Changes between 0.8.6e and 0.8.6f:
 ----------------------------------
index 5d1ffdd3a70d92cc35c78c4c8a5e5c461e103e1e..a0c5236ab7766b2284178da975b5899415def5c6 100644 (file)
@@ -6167,19 +6167,11 @@ dnl
 dnl  Java bindings
 dnl
 AC_ARG_ENABLE(java-bindings,
-  [  --enable-java-bindings  Enable Java bindings (default disabled)])
-if test "${enable_java_bindings}" = "yes"
-then
-        echo ""
-        echo "****** WARNING **** WARNING ***** WARNING *************"
-        echo "*** To compile the java bindings go to the "
-        echo "*** bindings/java folder and run mvn install. "
-       echo "*** You need maven2 installed. "
-       echo "*** This configuration will continue, so you will be "
-       echo "*** able to compile VideoLAN as usual. "
-        echo "*******************************************************"
-        echo ""
-fi
+  [  --enable-java-bindings  Always fail for historical reasons],,
+  [enable_java_bindings="no"])
+AS_IF([test "${enable_java_bindings}" != "no"], [
+  AC_MSG_ERROR([Java bindings are now built from a separate source package])
+])
 
 dnl
 dnl  test plugins