From 7332ae76b789fa0feda14a3f4ff880808e438d6a Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jan 2012 08:30:09 +0100 Subject: configure: allow changing pkg-config binary with --pkg-config --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 053e00dc74..1b66ca7b17 100755 --- a/configure +++ b/configure @@ -483,6 +483,7 @@ Miscellaneous options: --nm=NM nm tool to build MPlayer [nm] --yasm=YASM Yasm assembler to build MPlayer [yasm] --ar=AR librarian to build MPlayer [ar] + --pkg-config=PKGCONFIG pkg-config to find some libraries [pkg-config] --ranlib=RANLIB ranlib to build MPlayer [ranlib] --windres=WINDRES windres to build MPlayer [windres] --target=PLATFORM target platform (i386-linux, arm-linux, etc) @@ -800,6 +801,9 @@ for ac_option do --ar=*) _ar=$(echo $ac_option | cut -d '=' -f 2) ;; + --pkg-config=*) + _pkg_config=$(echo $ac_option | cut -d '=' -f 2) + ;; --ranlib=*) _ranlib=$(echo $ac_option | cut -d '=' -f 2) ;; -- cgit v1.2.3