summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-13 17:01:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-13 17:01:07 +0000
commitd90f7c9b4e65c48b07d7f36e9ebbfa2be3ef3453 (patch)
treeebbbd93c68e809281a256325867077b71364f3e7 /configure
parent8cd3af71d9666c72a4e512cb9dbf3b32d61613f4 (diff)
downloadmpv-d90f7c9b4e65c48b07d7f36e9ebbfa2be3ef3453.tar.bz2
mpv-d90f7c9b4e65c48b07d7f36e9ebbfa2be3ef3453.tar.xz
Darwin does not support -rdynamic.
patch by Emanuele Giaquinta < emanuele . . . giaquinta . @ . gmail . . . com > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17187 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 825627dca3..f45321757e 100755
--- a/configure
+++ b/configure
@@ -6906,7 +6906,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
_ld_dl_dynamic=''
bsd && _ld_dl_dynamic='-rdynamic'
-if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx ; then
+if test "$_real" = yes || test "$_xanim" = yes && not win32 && not qnx && not darwin ; then
_ld_dl_dynamic='-rdynamic'
fi