diff --git a/configure b/configure index 04e82bb..9a15d87 100755 --- a/configure +++ b/configure @@ -105,8 +105,8 @@ fi if islinux ; then #echo OS_CFLAGS= - echo OS_LDFLAGS=-pthread -ldl >>config.mak - echo LD_SET_SONAME=-Wl,--no-as-needed -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