mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-21 17:25:30 +00:00
replaced pkg-config -> $PKG_CONFIG
This commit is contained in:
parent
6a606d478f
commit
1ea6a66658
|
@ -46,7 +46,7 @@ AC_ARG_WITH([libipatcher],
|
|||
[build_libipatcher=true])
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
LIBIPATCHER_FLAGS=$(pkg-config --cflags libipatcher)
|
||||
LIBIPATCHER_FLAGS=$($PKG_CONFIG --cflags libipatcher)
|
||||
if [test -z "$LIBIPATCHER_FLAGS"]; then
|
||||
do_libipatcher=no
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue