From 952459ecb67482f96215db277de619f4a77c4f08 Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Mon, 6 Sep 2004 16:16:40 +0000 Subject: [PATCH] pkg-config-path= becomes pkg-config= --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 994117c5..8056cdf7 100644 --- a/configure.ac +++ b/configure.ac @@ -520,7 +520,7 @@ AM_CONDITIONAL(HAVE_REST2HTML, test -n "$ac_cv_prog_REST2HTML") dnl pkg-config path -AC_ARG_WITH(pkg-config-path, [ --with-pkg-config-path=PATH set pkg-config metadata search path.], +AC_ARG_WITH(pkg-config, [ --with-pkg-config=PATH set pkg-config metadata search path.], PKG_CONFIG_PATH="${withval}", PKG_CONFIG_PATH="") if test "z$PKG_CONFIG_PATH" != "z"; then export PKG_CONFIG_PATH