Changeset 11050

Show
Ignore:
Timestamp:
03/12/12 13:33:15 (15 months ago)
Author:
mcarrick
Message:

correcting path for usrp files, allowing for package install of usrp and usrp2 devices

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/platform/USRP/configure.ac

    r11048 r11050  
    2626 
    2727AC_CHECK_LIB([usrp], [main], [], [AC_MSG_ERROR([cannot find usrp libraries])]) 
    28 AC_CHECK_HEADERS([usrp/db_base.h], [], [AC_MSG_ERROR([cannot find db_base header file])]) 
    29 AC_CHECK_HEADERS([usrp/usrp_standard.h], [], [AC_MSG_ERROR([cannot find usrp_standard header filse])]) 
     28AC_CHECK_HEADERS([db_base.h], [], [AC_MSG_ERROR([cannot find db_base header file])]) 
     29AC_CHECK_HEADERS([usrp_standard.h], [], [AC_MSG_ERROR([cannot find usrp_standard header filse])]) 
    3030 
    3131#AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])])