From ca2ecf4c591932ac489ef66bb303246d648e350d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 26 Dec 2001 23:14:44 +0000 Subject: added --with-pkg-config-path option try not to run autoheader too much Original commit message from CVS: * added --with-pkg-config-path option * try not to run autoheader too much --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 57dfc4ce..8d813aa5 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,11 @@ dnl ############################## dnl Check for tools: dnl ================ +dnl modify pkg-config path +AC_ARG_WITH(pkg-config-path, + AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]), + [export PKG_CONFIG_PATH=${withval}]) + dnl Check for nasm AC_PATH_PROG(NASM_PATH, nasm, no) AC_SUBST(NASM_PATH) -- cgit v1.2.1