Mercurial > audlegacy-plugins
comparison configure.ac @ 2139:ce4beb166e92
Some dependency fixes from Vitaly Lipatov.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 28 Oct 2007 05:58:23 -0500 |
parents | 76f9a4168708 |
children | c266c29a36c5 |
comparison
equal
deleted
inserted
replaced
2138:76f9a4168708 | 2139:ce4beb166e92 |
---|---|
211 *) | 211 *) |
212 AC_MSG_RESULT([libdl-compatible: -fPIC -DPIC -shared, .so]) | 212 AC_MSG_RESULT([libdl-compatible: -fPIC -DPIC -shared, .so]) |
213 PICFLAGS="-fPIC -DPIC" | 213 PICFLAGS="-fPIC -DPIC" |
214 PICLDFLAGS="-fPIC -DPIC -shared" | 214 PICLDFLAGS="-fPIC -DPIC -shared" |
215 LIBLDFLAGS="-fPIC -DPIC -shared" | 215 LIBLDFLAGS="-fPIC -DPIC -shared" |
216 AUDLDFLAGS="-L${plugindir} -Wl,-export-dynamic -Wl,-rpath=\${plugindir}" | 216 AUDLDFLAGS="-L \${pluginlibdir} -Wl,-export-dynamic -Wl,-rpath=\${pluginlibdir}" |
217 SHARED_SUFFIX=".so" | 217 SHARED_SUFFIX=".so" |
218 ;; | 218 ;; |
219 esac | 219 esac |
220 AC_SUBST(PICFLAGS) | 220 AC_SUBST(PICFLAGS) |
221 AC_SUBST(PICLDFLAGS) | 221 AC_SUBST(PICLDFLAGS) |