comparison configure.ac @ 649:ba986753c3dd

* Set LIBS properly when optional pkg-config package found
author Chris Cannam
date Wed, 22 Sep 2010 12:28:37 +0100
parents fd82ea0fc9f4
children 0d639fe81481
comparison
equal deleted inserted replaced
648:fd82ea0fc9f4 649:ba986753c3dd
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".