diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2022-04-08 10:56:41 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-10-11 23:09:32 -0400 |
commit | 9e65489ac29a2b38417c4f17acf82187343751a6 (patch) | |
tree | d6f623969eb9e5bff7abb2e6df764f966584cf17 /configure | |
parent | 1639fab33b5932e1a5e88e29273996f70047da85 (diff) | |
download | gdb-9e65489ac29a2b38417c4f17acf82187343751a6.zip gdb-9e65489ac29a2b38417c4f17acf82187343751a6.tar.gz gdb-9e65489ac29a2b38417c4f17acf82187343751a6.tar.bz2 |
Re-apply "Pass PKG_CONFIG_PATH down from top-level Makefile"
Commit 228cf97dd3c8 ("Merge configure.ac from gcc project") undid the
change originally done in de83289ef32e ("Pass PKG_CONFIG_PATH down from
top-level Makefile"). Re-apply it.
Change-Id: I91138dfca41c43b05e53e445f62e4b27882536bf
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -621,6 +621,7 @@ CXX_FOR_TARGET CC_FOR_TARGET RANLIB_PLUGIN_OPTION AR_PLUGIN_OPTION +PKG_CONFIG_PATH GDCFLAGS READELF OTOOL @@ -12932,6 +12933,7 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -plugin option" >&5 $as_echo_n "checking for -plugin option... " >&6; } |