Skip to content
Snippets Groups Projects
Commit a179f364 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

configure: remove the PKG_CONFIG_PATH variable

It's already set by the PKG_PROG_PKG_CONFIG call below with a nicer order of
variables and more official documentation.
parent d64901cd
No related branches found
No related tags found
No related merge requests found
......@@ -923,9 +923,6 @@ AC_CHECK_TYPE(ssize_t,, [
dnl It seems that autoconf detects pkg-config only during the first
dnl PKG_CHECK_MODULES from configure.ac - which makes sense. But in our case,
dnl it is nested within a conditional block, so it was not working right.
dnl Make PKG_CONFIG_PATH precious so that it appears in the help and get saved
AC_ARG_VAR(PKG_CONFIG_PATH,
[Paths where to find .pc not at the default location])
PKG_PROG_PKG_CONFIG()
dnl On some OS we need static linking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment