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
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio