Modified:
branches/guffert/qt.m4
Log:
Force use of multithreading Qt lib, since we always build threadsafe now
Modified: branches/guffert/qt.m4
===================================================================
--- branches/guffert/qt.m4 2007-12-07 20:17:40 UTC (rev 944)
+++ branches/guffert/qt.m4 2007-12-07 21:08:41 UTC (rev 945)
@@ -227,15 +227,11 @@
done
fi
- # Use QTVERSION and gotthread to set libs we need...
+ # Use QTVERSION to set libs we need...
if expr "$QTVERSION" '>=' "040000" > /dev/null ; then
qt_libs="-lQtGui -lQtCore"
else
- if test "x$gotthread" = "xyes" ; then
- qt_libs="-lqt-mt"
- else
- qt_libs="-lqt"
- fi
+ qt_libs="-lqt-mt"
fi
# Return...
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r945 - branches/guffert | jwinstead | 7 Dec |