commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4749 - gnuradio/branches/developers/n4hy/ofdm/config


From: n4hy
Subject: [Commit-gnuradio] r4749 - gnuradio/branches/developers/n4hy/ofdm/config
Date: Wed, 14 Mar 2007 09:50:59 -0600 (MDT)

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)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]