summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 04a341caeb..77b28def17 100755
--- a/configure
+++ b/configure
@@ -5163,6 +5163,9 @@ fi
echocheck "DVD support (libdvdnav)"
if test "$_dvdnav" = auto ; then
+ $_dvdnavconfig --version >> $TMPLOG 2>&1 || _dvdnav=no
+fi
+if test "$_dvdnav" = auto ; then
cat > $TMPC <<EOF
#include <dvdnav.h>
int main(void) { dvdnav_t *dvd=0; return 0; }