diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-06 16:16:40 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-09-06 16:16:40 +0000 |
| commit | 952459ecb67482f96215db277de619f4a77c4f08 (patch) | |
| tree | 1c9f08ccebf670ede32031ed020df95d1da18ced | |
| parent | f3dd414027a8be682974c45c1b8faa139a46b8a9 (diff) | |
pkg-config-path= becomes pkg-config=
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
