Mercurial > hg > sonic-visualiser
diff configure.ac @ 352:d59bb887e4d2
* Update build scripts again; SV now builds (perhaps some problems at runtime still though)
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 12:27:35 +0100 |
parents | 41f3e8d56bac |
children | a5aa8d268817 |
line wrap: on
line diff
--- a/configure.ac Wed Sep 22 11:39:37 2010 +0100 +++ b/configure.ac Wed Sep 22 12:27:35 2010 +0100 @@ -109,14 +109,6 @@ AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) fi -# qmake builds our static libraries, which is fine -- what we'd really -# like to do afterwards is bundle them into a single .so with e.g. - -# gcc -Wl,--whole-archive */*.a -Wl,--no-whole-archive -o libsvcore.so - -# but how best to arrange this? if it's not possible, we'll presumably -# just have to use a single (q)make(project)file instead. - AC_MSG_NOTICE([ Configuration complete.