Mercurial > audlegacy-plugins
changeset 1261:df8673a3e2f3
branch merge
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 13 Jul 2007 10:32:32 -0500 |
parents | e1df1bad7837 (diff) 690659633ec5 (current diff) |
children | 0618841906ca |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Fri Jul 13 16:34:54 2007 +0200 +++ b/configure.ac Fri Jul 13 10:32:32 2007 -0500 @@ -206,8 +206,8 @@ case "$target" in *-apple-*) AC_MSG_RESULT([Mac OS X: -fPIC -bundle -fno-common -flat_namespace -undefined suppress, .dylib]) - PICFLAGS="-fPIC -DPIC" - PICLDFLAGS="-fPIC -DPIC -bundle -fno-common -flat_namespace -undefined suppress" + PICFLAGS="-DPIC -fno-common" + PICLDFLAGS="-DPIC -bundle -fno-common -flat_namespace -undefined suppress" LIBLDFLAGS="-dynamiclib" AUDLDFLAGS="" SHARED_SUFFIX=".dylib"