summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 22:48:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 22:48:54 +0000
commit4f1264ab01f48977ef60615aefaa6787afa08047 (patch)
treee67bc7629aea542ebbc53757e5a4a22059c4fab6 /configure
parentfbf78cef93b2ec3452d980f75fc564af28355109 (diff)
downloadmpv-4f1264ab01f48977ef60615aefaa6787afa08047.tar.bz2
mpv-4f1264ab01f48977ef60615aefaa6787afa08047.tar.xz
Disable cddb on Darwin at Reimar's request.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21344 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 99343b1917..fa7e1abba3 100755
--- a/configure
+++ b/configure
@@ -5226,7 +5226,7 @@ if test "$_cdparanoia" = yes ; then
_cdda='yes'
_ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia"
openbsd && _ld_extra="$_ld_extra -lutil"
- test $_network = yes && _cddb=yes
+ test $_network = yes && not darwin && _cddb=yes
fi
echores "$_cdparanoia"