diff --git a/configure b/configure index 52c67c2..c304dd7 100755 --- a/configure +++ b/configure @@ -105,8 +105,8 @@ fi if islinux ; then #echo OS_CFLAGS= - echo OS_LDFLAGS=-pthread -ldl -Wl,--no-as-needed>>config.mak - echo LD_SET_SONAME=-install_name, >>config.mak + echo OS_LDFLAGS=-pthread -Wl,--no-as-needed -ldl>>config.mak + #echo LD_SET_SONAME=-install_name, >>config.mak fi if isbsd ; then