diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-05 23:40:59 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-08-05 23:40:59 +0000 |
commit | 4d686c3f89295daa61936881c2e48347bd07cbcb (patch) | |
tree | 056d743c35054f1d8e71e8125e217c396f79d2eb /configure.ac | |
parent | 3e43ee302f3ad91a8f8303bb06945f4e6fb8e4f1 (diff) |
Fixes ticket 16 by adding $(PORTAUDIO_LIBS) in the right place in
the Makefile.am.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3176 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 810282a37f..3dbbae84ed 100644 --- a/configure.ac +++ b/configure.ac @@ -205,7 +205,7 @@ if test "$failed" != ""; then echo You may still run the 'make' command to build the successfully configured echo components. echo - exit 1 + #exit 1 fi echo You my now run the 'make' command to build these packages. echo |