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:
parent
bfcd7b8f38
commit
c31086870f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue