]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed typo.
authorBart Van Assche <bvanassche@acm.org>
Wed, 11 Nov 2009 19:22:05 +0000 (19:22 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 11 Nov 2009 19:22:05 +0000 (19:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10937

configure.in

index 6e99423642bd2c6b3d4e3a8db986ddf2062848f7..c72ae1fb88ba555756af1c06850b9dbdec9fe936 100644 (file)
@@ -1757,7 +1757,7 @@ fi
 # 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"