pkg-config-path= becomes pkg-config=

This commit is contained in:
Romain Chantereay 2004-09-06 16:16:40 +00:00
parent f3dd414027
commit 952459ecb6
1 changed files with 1 additions and 1 deletions

View File

@ -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