Mercurial > hg > svgui
comparison configure.ac @ 566:8c3f66fa574f
* Set LIBS properly when optional pkg-config package found
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 12:28:37 +0100 |
parents | 0b0377d471ac |
children | 3facd03da4a4 |
comparison
equal
deleted
inserted
replaced
565:0b0377d471ac | 566:8c3f66fa574f |
---|---|
106 | 106 |
107 if ! $QMAKE -r; then | 107 if ! $QMAKE -r; then |
108 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) | 108 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) |
109 fi | 109 fi |
110 | 110 |
111 # qmake builds our static libraries, which is fine -- what we'd really | |
112 # like to do afterwards is bundle them into a single .so with e.g. | |
113 | |
114 # gcc -Wl,--whole-archive */*.a -Wl,--no-whole-archive -o libsvcore.so | |
115 | |
116 # but how best to arrange this? if it's not possible, we'll presumably | |
117 # just have to use a single (q)make(project)file instead. | |
118 | |
119 AC_MSG_NOTICE([ | 111 AC_MSG_NOTICE([ |
120 | 112 |
121 Configuration complete. | 113 Configuration complete. |
122 Please check the above messages for any warnings that you | 114 Please check the above messages for any warnings that you |
123 might care about, and then run "make". | 115 might care about, and then run "make". |