summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4934c37a1a..b4e9693348 100755
--- a/configure
+++ b/configure
@@ -2003,7 +2003,7 @@ int main(void) { return 0; }
EOF
_dvdread=no
cc_check \
- -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread && \
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread -ldl && \
_dvdread=yes
fi
if test "$_css" = auto ; then