On Linux: Run ldconfig during make install,if not --disable-ldconfig-at-install

This commit is contained in:
2010-09-22 10:54:56 +00:00
parent 71844bf8b9
commit f2436351ef
5 changed files with 22 additions and 1 deletions

View File

@@ -16,11 +16,13 @@ AC_DEFUN([TARGET_SHIZZLE],
AC_MSG_CHECKING([target operating system])
LIBBURNIA_LDCONFIG_CMD="echo 'No ldconfig run performed. If needed, configure manually for:'"
case $target_os in
linux*)
ARCH=linux
LIBBURN_ARCH_LIBS=
LIBBURNIA_LDCONFIG_CMD=ldconfig
;;
freebsd*)
ARCH=freebsd