summaryrefslogtreecommitdiffstats
path: root/ltmain.sh
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2007-08-20 17:49:17 +0000
committerNathan Kinder <nkinder@redhat.com>2007-08-20 17:49:17 +0000
commiteff443f6307425aa37b56ca19ee32ab21db204d7 (patch)
treef73d117ac69062d8f5c5b2a2281c109e7b10c9c2 /ltmain.sh
parent7afaf4974625c0d80d81cfbedbfe9635f21d5a57 (diff)
downloadds-eff443f6307425aa37b56ca19ee32ab21db204d7.tar.gz
ds-eff443f6307425aa37b56ca19ee32ab21db204d7.tar.xz
ds-eff443f6307425aa37b56ca19ee32ab21db204d7.zip
Resolves: 253582
Summary: Check if pkgconfig is available before trying to use it.
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh
index d70dc75c..0223495a 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -6460,6 +6460,8 @@ relink_command=\"$relink_command\""
do
eval "if test \"\${save_$lt_var+set}\" = set; then
$lt_var=\$save_$lt_var; export $lt_var
+ else
+ $lt_unset $lt_var
fi"
done