diff options
author | eb | 2007-03-15 22:12:28 +0000 |
---|---|---|
committer | eb | 2007-03-15 22:12:28 +0000 |
commit | 801e169fc171f2fc4572321e889eaa83125fd993 (patch) | |
tree | f01747c7641474f46231224c937bf4fe3638c312 /config | |
parent | a63a5e701f5c257d10ccd98452fd7e296eb7e9a3 (diff) | |
download | gnuradio-801e169fc171f2fc4572321e889eaa83125fd993.tar.gz gnuradio-801e169fc171f2fc4572321e889eaa83125fd993.tar.bz2 gnuradio-801e169fc171f2fc4572321e889eaa83125fd993.zip |
more gr_qwt.m4 fixes
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4763 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'config')
-rw-r--r-- | config/gr_qwt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 <qwt/qwt_text.h>], - [Qt::TextFormat tf = QwtText::defaultFormat()], + AC_TRY_LINK([#include <qwt_text.h>], + [QwtTextEngine const *te = QwtText::textEngine(QwtText::AutoText)], [], [libqwt_ok=no;AC_MSG_RESULT([unable to link QWT library])] ) |