Remove bogus check for existence of prefix directory.
[debian/gnuradio] / config / usrp_sdcc.m4
index eaf7fdd57738f06690c481c1d4f7a325084f367a..86f6429e540b2f6269815f2b36c6d0e906f4efad 100644 (file)
@@ -4,7 +4,7 @@
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 
 # This program is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Boston, MA
+# 02110-1301, USA.
 
 AC_DEFUN([USRP_SDCC],
 [
@@ -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)