summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2011-05-10 12:01:17 +0100
committerTom Rondeau2011-05-10 12:01:17 +0100
commit74df52ebefb8835564cedcd06d9c08aaa186ebca (patch)
tree713d62b4232676b0d277a0ec19e7780eee47dc5c
parent207a2ae73bd5d6cab201bb57ed8db64fd54cfd90 (diff)
downloadgnuradio-74df52ebefb8835564cedcd06d9c08aaa186ebca.tar.gz
gnuradio-74df52ebefb8835564cedcd06d9c08aaa186ebca.tar.bz2
gnuradio-74df52ebefb8835564cedcd06d9c08aaa186ebca.zip
build: updated SDCC error message on failure. We don't support version 3, so this should make that better understood.
-rw-r--r--config/usrp_sdcc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/usrp_sdcc.m4 b/config/usrp_sdcc.m4
index 86f6429e5..3aae0bfa6 100644
--- a/config/usrp_sdcc.m4
+++ b/config/usrp_sdcc.m4
@@ -24,7 +24,7 @@ AC_DEFUN([USRP_SDCC],
AC_CHECK_PROG(XAS, asx8051, asx8051 -plosgff,no)
if test "$XCC" = "no" -o "$XAS" = "no" ; then
- AC_MSG_RESULT([USRP requires sdcc. sdcc not found. See http://sdcc.sf.net])
+ AC_MSG_RESULT([USRP requires sdcc version 2. sdcc not found. See http://sdcc.sf.net])
sdccok=no
else
sdcc_version_min=$1