diff options
author | Fredrik Gustafsson <[email protected]> | 2013-05-06 17:43:09 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-05-06 17:43:09 +0200 |
commit | 22f01b438963ac158af3d8066e58ce54be22d2de (patch) | |
tree | b6f82d7f6a23a39a1bed0e9bad11075b775833ae /erts/configure.in | |
parent | 5bb42a3018c6d6e1bcaa382db8b873d1cef3c086 (diff) | |
parent | ea3024202d8dfedfafa62a15286157d3843957cb (diff) | |
download | otp-22f01b438963ac158af3d8066e58ce54be22d2de.tar.gz otp-22f01b438963ac158af3d8066e58ce54be22d2de.tar.bz2 otp-22f01b438963ac158af3d8066e58ce54be22d2de.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/configure.in')
-rw-r--r-- | erts/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/erts/configure.in b/erts/configure.in index 2ee907b6e4..7995c95aee 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -3576,10 +3576,7 @@ DED_EXT=so case $host_os in win32) DED_EXT=dll;; darwin*) - DED_CFLAGS="$DED_CFLAGS -fno-common" - if test "X$STATIC_CFLAGS" = "X"; then - STATIC_CFLAGS="-mdynamic-no-pic" - fi;; + DED_CFLAGS="$DED_CFLAGS -fno-common";; *) ;; esac |