configure.ac: Call USRP_LIBUSB m4 macro to define LIBUSB_PKG_CONFIG_NAME

That variable is expected to be used by usrp.pc.in

Change-Id: Ia5f7ec69701abff91ff8e903e0fd53f8d9fbfba6
This commit is contained in:
Pau Espin 2018-04-24 17:29:01 +02:00
parent 12196606d5
commit ed6ab5c58c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects silent-rules])
AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIRS([m4])
USRP_LIBUSB
AC_PROG_CXX
LT_INIT([pic-only disable-static])