Fixed minor typo.

git-svn-id: http://voip.null.ro/svn/yate@3344 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-05-27 13:44:27 +00:00
parent aec1a8925a
commit 685e0fea07
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ if [[ "x$ac_cv_use_libqt4" = "xyes" ]]; then
AC_MSG_RESULT([$verqt])
if [[ "x$HAVE_QT4" = "xno" ]]; then
AC_MSG_CHECKING([or Qt4 >= 4.3.0 using qmake])
AC_MSG_CHECKING([for Qt4 >= 4.3.0 using qmake])
incqt=`qmake -query QT_INSTALL_HEADERS 2>/dev/null`
libqt=`qmake -query QT_INSTALL_LIBS 2>/dev/null`
if [[ "x$incqt" = "x**Unknown**" -o "x$libqt" = "x**Unknown**" ]]; then