summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-08 20:43:41 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-08 20:43:41 +0000
commit42613b0ea2b55535d19c0ce46d517d82def98c7f (patch)
tree6870cc9113accd1676b37edefc198ad5ebbaf52a /configure
parent4bd77940081882897bbd90a04dc7ac7d2a44071a (diff)
downloadmpv-42613b0ea2b55535d19c0ce46d517d82def98c7f.tar.bz2
mpv-42613b0ea2b55535d19c0ce46d517d82def98c7f.tar.xz
typo fix at (_)ld_dl
patch by jb13 at gomerbud com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16712 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 7d6c566f73..16f33296b5 100755
--- a/configure
+++ b/configure
@@ -2721,7 +2721,7 @@ int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; }
EOF
_dl=no
for _ld_tmp in "" "-ldl" ; do
- cc_check $_ld_tmp && ld_dl="$_ld_tmp" && _dl=yes && break
+ cc_check $_ld_tmp && _ld_dl="$_ld_tmp" && _dl=yes && break
done
if test "$_dl" = yes ; then
_def_dl='#define HAVE_LIBDL 1'