Author: jcorgan
Date: 2007-03-13 18:18:18 -0600 (Tue, 13 Mar 2007)
New Revision: 4746
Modified:
gnuradio/trunk/config/gr_qwt.m4
Log:
Fix typo, add error message.
Modified: gnuradio/trunk/config/gr_qwt.m4
===================================================================
--- gnuradio/trunk/config/gr_qwt.m4 2007-03-14 00:11:07 UTC (rev 4745)
+++ gnuradio/trunk/config/gr_qwt.m4 2007-03-14 00:18:18 UTC (rev 4746)
@@ -21,7 +21,7 @@
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_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
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio