Commit c3108687 authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

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

the libdir has been populated.
parent bfcd7b8f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment