From 6bbda4eb07df7091f5e8d2cadc4635bab9f616db Mon Sep 17 00:00:00 2001 From: jcorgan Date: Wed, 14 Mar 2007 00:18:18 +0000 Subject: [PATCH] Fix typo, add error message. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4746 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/gr_qwt.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gr_qwt.m4 b/config/gr_qwt.m4 index 3481873b..544362c5 100644 --- a/config/gr_qwt.m4 +++ b/config/gr_qwt.m4 @@ -21,7 +21,7 @@ dnl dnl Configure paths for library qwt. dnl -dnl GR_PATH_QWT([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) +dnl GR_QWT([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl dnl Test for library qwt, set QWT_CFLAGS and QWT_LIBS if found. Assumes dnl QT_CFLAGS and QT_LIBS have already been correctly set. @@ -76,7 +76,7 @@ AC_DEFUN([GR_QWT], AC_TRY_LINK([#include ], [Qt::TextFormat tf = QwtText::defaultFormat()], [], - [libqwt_ok=no] + [libqwt_ok=no;AC_MSG_RESULT([unable to link QWT library])] ) dnl Restore saved variables -- 2.47.2