* configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
This commit is contained in:
parent
ef9ea0a623
commit
53a7da76db
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-05-02 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
|
||||
|
||||
* configure.ac (--with-pkg-config-prog): Remove.
|
||||
Use the PKG_CONFIG environment variable instead if you need it.
|
||||
|
||||
|
|
|
@ -1332,6 +1332,9 @@ AC_DEFINE_UNQUOTED(SYSTEM_TYPE, "$SYSTEM_TYPE",
|
|||
|
||||
m4_pattern_forbid([^PKG_])
|
||||
|
||||
AC_ARG_VAR(PKG_CONFIG_PATH, [Colon-separated list of directories
|
||||
searched by pkg-config])
|
||||
|
||||
pre_PKG_CONFIG_CFLAGS=$CFLAGS
|
||||
pre_PKG_CONFIG_LIBS=$LIBS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue