mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 04:15:13 +00:00
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
This commit is contained in:
parent
4bd7794008
commit
42613b0ea2
2
configure
vendored
2
configure
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user