Project

General

Profile

Bug #10750 ยป configure.diff

Simple fix. - taca (Takahiro Kambe), 01/17/2015 02:08 PM

View differences:

configure
"-undefined dynamic_lookup" \
"-multiply_defined suppress" \
; do
test "x${linker_flag}" = x || flag="${linker_flag}${flag// /,}"
test "x${linker_flag}" = x || flag="${linker_flag}$(echo ${flags} | sed -e 's| |,|g')"
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $flag"
    (1-1/1)