commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10565 - gnuradio/trunk/config


From: trondeau
Subject: [Commit-gnuradio] r10565 - gnuradio/trunk/config
Date: Thu, 5 Mar 2009 20:07:10 -0700 (MST)

Author: trondeau
Date: 2009-03-05 20:07:09 -0700 (Thu, 05 Mar 2009)
New Revision: 10565

Modified:
   gnuradio/trunk/config/grc_gr_qtgui.m4
Log:
merging qtdevel branch -r10534:10564 to sync with trunk because my computer got 
confused which branch it was supposed to work on. Confused and annoyed and 
fixing it.

Modified: gnuradio/trunk/config/grc_gr_qtgui.m4
===================================================================
--- gnuradio/trunk/config/grc_gr_qtgui.m4       2009-03-06 00:53:29 UTC (rev 
10564)
+++ gnuradio/trunk/config/grc_gr_qtgui.m4       2009-03-06 03:07:09 UTC (rev 
10565)
@@ -41,12 +41,12 @@
 
     if test $passed = yes; then
         dnl Check for package qt or qt-mt, set QT_CFLAGS and QT_LIBS
-        PKG_CHECK_MODULES(QTCORE, QtCore >= 4.3.4, [],
-           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtCore.])])
-        PKG_CHECK_MODULES(QTGUI, QtGui >= 4.3.4, [],
-           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtGui.])])
-        PKG_CHECK_MODULES(QTOPENGL, QtOpenGL >= 4.3.4, [],
-           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtOpenGL.])])
+        PKG_CHECK_MODULES(QTCORE, QtCore >= 4.2, [],
+           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtCore >= 4.2.])])
+        PKG_CHECK_MODULES(QTGUI, QtGui >= 4.2, [],
+           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtGui >= 4.2.])])
+        PKG_CHECK_MODULES(QTOPENGL, QtOpenGL >= 4.2, [],
+           [passed=no; AC_MSG_RESULT([gr-qtgui requires libQtOpenGL >- 4.2.])])
        
         dnl Fetch QWT variables
         GR_QWT([], [passed=no])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]