Author: n4hy
Date: 2007-03-14 09:50:59 -0600 (Wed, 14 Mar 2007)
New Revision: 4749

Modified:
   gnuradio/branches/developers/n4hy/ofdm/config/gr_qwt.m4
Log:
attempt to repair qwt library search (not working still)

Modified: gnuradio/branches/developers/n4hy/ofdm/config/gr_qwt.m4
===================================================================
--- gnuradio/branches/developers/n4hy/ofdm/config/gr_qwt.m4     2007-03-14 
15:37:50 UTC (rev 4748)
+++ gnuradio/branches/developers/n4hy/ofdm/config/gr_qwt.m4     2007-03-14 
15:50:59 UTC (rev 4749)
@@ -64,7 +64,7 @@
     AC_MSG_CHECKING(QWT_LIBS)
     QWT_LIBS="-lqwt"
     if test "$qwt_libdir" != "" ; then
-       QWT_LIBS="$QWT_LIBS -L$qwt_libdir"
+       QWT_LIBS=" -L$qwt_libdir $QWT_LIBS"
     fi
     AC_MSG_RESULT($QWT_LIBS)
 



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to