From 9918d6fa52d0ee97ddecbea8f3303b8cad988b32 Mon Sep 17 00:00:00 2001 From: eb Date: Mon, 23 Jun 2008 17:56:28 +0000 Subject: [PATCH] fixed quoting problem git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8664 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/usrp_sdcc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/usrp_sdcc.m4 b/config/usrp_sdcc.m4 index 5f558d8a..86f6429e 100644 --- a/config/usrp_sdcc.m4 +++ b/config/usrp_sdcc.m4 @@ -60,7 +60,7 @@ AC_DEFUN([USRP_SDCC], AC_MSG_RESULT([$sdcc_major_version.$sdcc_minor_version.$sdcc_micro_version]) else sdccok=no - AC_MSG_RESULT([USRP requires sdcc >= $sdcc_version_min. sdcc not found. See http://sdcc.sf.net"]) + AC_MSG_RESULT([USRP requires sdcc >= $sdcc_version_min. sdcc not found. See http://sdcc.sf.net]) fi AC_SUBST(XCC) -- 2.47.2