On Linux: More tolerance towards failures of ldconfig

This commit is contained in:
2010-09-21 15:03:56 +00:00
parent 4b3a671d27
commit 41d0d1c03f
4 changed files with 4 additions and 4 deletions

View File

@ -277,7 +277,7 @@ AC_ARG_ENABLE(ldconfig-at-install,
if test x$ldconfig_at_install = xyes; then
dummy=dummy
else
LIBBURNIA_LDCONFIG_CMD="echo 'NOTE: Explicit dynamic library configuration is disabled. E.g. on GNU/Linux: ldconfig'"
LIBBURNIA_LDCONFIG_CMD="echo 'NOTE: ldconfig is disabled. If needed, configure manually for:'"
echo "disabled run of ldconfig during installation on GNU/Linux"
fi
AC_SUBST(LIBBURNIA_LDCONFIG_CMD)