From 801e169fc171f2fc4572321e889eaa83125fd993 Mon Sep 17 00:00:00 2001 From: eb Date: Thu, 15 Mar 2007 22:12:28 +0000 Subject: more gr_qwt.m4 fixes git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4763 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/gr_qwt.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/gr_qwt.m4 b/config/gr_qwt.m4 index 8f4957aff..86afab145 100644 --- a/config/gr_qwt.m4 +++ b/config/gr_qwt.m4 @@ -73,8 +73,8 @@ AC_DEFUN([GR_QWT], dnl Check that library files can be linked in dnl This references an arbitrary static class method - AC_TRY_LINK([#include ], - [Qt::TextFormat tf = QwtText::defaultFormat()], + AC_TRY_LINK([#include ], + [QwtTextEngine const *te = QwtText::textEngine(QwtText::AutoText)], [], [libqwt_ok=no;AC_MSG_RESULT([unable to link QWT library])] ) -- cgit