Fixes the error message printed when a component (call it 'foo') is
authormichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 27 Feb 2009 03:35:20 +0000 (03:35 +0000)
committermichaelld <michaelld@221aa14e-8319-0410-a670-987f0aec2ac5>
Fri, 27 Feb 2009 03:35:20 +0000 (03:35 +0000)
commitd31a4ee4ce385907a9886f9796cbe379f95ca8c9
tree563e86fad2f968720f06448db0a2077907b2507d
parent503efe1fbe3822979b8aa3c868d3d13fbeb9af7f
Fixes the error message printed when a component (call it 'foo') is
configured using --with-foo , but a dependency of this with-component
(call the dependency 'bar') was not configured using --with-bar
(either it was included using --enable-bar , or not included at all).
Simple change, complex explanation ;)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10531 221aa14e-8319-0410-a670-987f0aec2ac5
config/grc_build.m4