commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7506 - gnuradio/branches/developers/michaelld/t186/co


From: michaelld
Subject: [Commit-gnuradio] r7506 - gnuradio/branches/developers/michaelld/t186/config
Date: Thu, 24 Jan 2008 13:20:41 -0700 (MST)

Author: michaelld
Date: 2008-01-24 13:20:40 -0700 (Thu, 24 Jan 2008)
New Revision: 7506

Modified:
   gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4
   gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4
Log:
Corrected --with INCLUDES for pmt and mblock.



Modified: gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4
===================================================================
--- gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4    
2008-01-24 18:04:03 UTC (rev 7505)
+++ gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4    
2008-01-24 20:20:40 UTC (rev 7506)
@@ -28,7 +28,7 @@
            PKG_CHECK_MODULES(MBLOCK, mblock, passed=with,
                   AC_MSG_RESULT([Component mblock: PKGCONFIG cannot find 
info]))
             if test x$passed = xwith; then
-                mblock_INCLUDES=$MBLOCK_CFLAGS
+                mblock_INCLUDES=`$PKG_CONFIG --cflags-only-I mblock`
                mblock_LA=$MBLOCK_LIBS
             fi
        fi

Modified: gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4
===================================================================
--- gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4       
2008-01-24 18:04:03 UTC (rev 7505)
+++ gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4       
2008-01-24 20:20:40 UTC (rev 7506)
@@ -28,7 +28,7 @@
            PKG_CHECK_MODULES(PMT, pmt, passed=with,
                   AC_MSG_RESULT([Component pmt: PKGCONFIG cannot find info]))
             if test x$passed = xwith; then
-                pmt_INCLUDES=$PMT_CFLAGS
+                pmt_INCLUDES=`$PKG_CONFIG --cflags-only-I pmt`
                pmt_LA=$PMT_LIBS
             fi
        fi





reply via email to

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