diff options
author | jcorgan | 2007-03-14 00:18:18 +0000 |
---|---|---|
committer | jcorgan | 2007-03-14 00:18:18 +0000 |
commit | 6bbda4eb07df7091f5e8d2cadc4635bab9f616db (patch) | |
tree | b11289ee63ce5b0b818243c4a700cf2f35539674 | |
parent | cc84bf9a0219ccc1c23e71f18725aa0a34ef1060 (diff) | |
download | gnuradio-6bbda4eb07df7091f5e8d2cadc4635bab9f616db.tar.gz gnuradio-6bbda4eb07df7091f5e8d2cadc4635bab9f616db.tar.bz2 gnuradio-6bbda4eb07df7091f5e8d2cadc4635bab9f616db.zip |
Fix typo, add error message.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4746 221aa14e-8319-0410-a670-987f0aec2ac5
-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 3481873b7..544362c58 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 <qwt/qwt_text.h>], [Qt::TextFormat tf = QwtText::defaultFormat()], [], - [libqwt_ok=no] + [libqwt_ok=no;AC_MSG_RESULT([unable to link QWT library])] ) dnl Restore saved variables |