Handle when ldconfig is not on the path, and do not run it until after

the libdir has been populated.
This commit is contained in:
Bill Medland 2002-04-20 20:53:24 +00:00 committed by Alexandre Julliard
parent bfcd7b8f38
commit c31086870f

View file

@ -288,7 +288,7 @@ then {
echo
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"
echo "when we perform the install..."
sucommand="echo $libdir>>/etc/ld.so.conf;ldconfig;$sucommand"
sucommand="$sucommand;echo $libdir>>/etc/ld.so.conf;$ac_cv_path_LDCONFIG"
}
fi