summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 13:16:34 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-11 13:16:34 +0000
commitf80adf15931f79b5b7041d2f8788ee5152b2b704 (patch)
tree96042dc28bbedb2086761d4cea6a91d4544a6143 /configure
parent76f0fb31b6abb41da5bba4dff96dca282c66cda6 (diff)
downloadmpv-f80adf15931f79b5b7041d2f8788ee5152b2b704.tar.bz2
mpv-f80adf15931f79b5b7041d2f8788ee5152b2b704.tar.xz
typo, must be ld_dl instead of ld_ld
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16198 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 7120b61f8a..f702a4d5cc 100755
--- a/configure
+++ b/configure
@@ -3794,7 +3794,7 @@ EOF
_ld_gl="-lGL $_ld_dl"
elif cc_check $_inc_x11 $_ld_x11 -lGL $_ld_lm $_ld_pthread ; then
_gl=yes
- _ld_gl="-lGL $_ld_pthread $_ld_ld"
+ _ld_gl="-lGL $_ld_pthread $_ld_dl"
elif cc_check -lopengl32 ; then
_gl=yes
_gl_win32=yes