[libbluray-devel] Fixed --with[out]-dlopen-crypto-libs configure option

Dominic Fandrey git at videolan.org
Tue Feb 22 10:21:05 CET 2011


libbluray | branch: master | Dominic Fandrey <kamikaze at bsdforen.de> | Tue Feb 22 11:18:00 2011 +0200| [e63610aabb5eae366a3c003ef7fc1a98a5f929bf] | committer: npzacs

Fixed --with[out]-dlopen-crypto-libs configure option

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=e63610aabb5eae366a3c003ef7fc1a98a5f929bf
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e43cd3d..9f105a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ libxml2_missing="Could not find libxml2 - disclib meta parser disabled."
 pkg_config_missing="Could not find pkg-config.  Assuming..."
 
 # configure options
-AC_ARG_ENABLE([dlopen-crypto-libs],
+AC_ARG_WITH([dlopen-crypto-libs],
   [AS_HELP_STRING([--with-dlopen-crypto-libs],
   [use libaacs and libbdplus via dlopen (default is auto)])],
   [use_dlopen_crypto_libs=$withval],



More information about the libbluray-devel mailing list