comparison configure.ac @ 200:2c33d6bbea15

* Set LIBS properly when optional pkg-config package found
author Chris Cannam
date Wed, 22 Sep 2010 12:28:37 +0100
parents 799ef3b24c21
children 58e41f580714
comparison
equal deleted inserted replaced
199:799ef3b24c21 200:2c33d6bbea15
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".