From: eb Date: Mon, 23 Jun 2008 17:56:28 +0000 (+0000) Subject: fixed quoting problem X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9918d6fa52d0ee97ddecbea8f3303b8cad988b32;p=debian%2Fgnuradio fixed quoting problem git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8664 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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)