|
From: <sv...@va...> - 2009-11-11 19:22:15
|
Author: bart Date: 2009-11-11 19:22:05 +0000 (Wed, 11 Nov 2009) New Revision: 10937 Log: Fixed typo. Modified: trunk/configure.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-11-10 15:11:30 UTC (rev 10936) +++ trunk/configure.in 2009-11-11 19:22:05 UTC (rev 10937) @@ -1757,7 +1757,7 @@ # Test for QAtomicInt, which has been introduced in Qt 4.4. # See also http://doc.trolltech.com/4.4/qatomicint.html. if test x$ac_have_qtcore = xyes; then - AC_MSG_CHECKING([for Qt4 QAtomicInt)]) + AC_MSG_CHECKING([for Qt4 QAtomicInt]) AC_LANG(C++) safe_CXXFLAGS="${CXXFLAGS}" CXXFLAGS="${QTCORE_CFLAGS} $mflag_primary" |