Changeset 7506
- Timestamp:
- 01/24/08 13:20:40
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/branches/developers/michaelld/t186/config/grc_mblock.m4
r7497 r7506 29 29 AC_MSG_RESULT([Component mblock: PKGCONFIG cannot find info])) 30 30 if test x$passed = xwith; then 31 mblock_INCLUDES= $MBLOCK_CFLAGS31 mblock_INCLUDES=`$PKG_CONFIG --cflags-only-I mblock` 32 32 mblock_LA=$MBLOCK_LIBS 33 33 fi gnuradio/branches/developers/michaelld/t186/config/grc_pmt.m4
r7502 r7506 29 29 AC_MSG_RESULT([Component pmt: PKGCONFIG cannot find info])) 30 30 if test x$passed = xwith; then 31 pmt_INCLUDES= $PMT_CFLAGS31 pmt_INCLUDES=`$PKG_CONFIG --cflags-only-I pmt` 32 32 pmt_LA=$PMT_LIBS 33 33 fi
