|
|
|
@ -241,7 +241,7 @@ AC_SUBST(EXTF_SUID_DEF)
|
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(dvd-obs-64k, |
|
|
|
|
[ --enable-dvd-obs-64k 64 KB default size for xorriso DVD/BD writing, default=no], |
|
|
|
|
, enable_fifo_odirect=no) |
|
|
|
|
, enable_dvd_obs_64=no) |
|
|
|
|
if test x$enable_dvd_obs_64k = xyes; then |
|
|
|
|
XORRISO_DVD_OBS_64K="-DXorriso_dvd_obs_default_64K" |
|
|
|
|
echo "enabled xorriso write size default 64 KB on DVD and BD" |
|
|
|
@ -271,6 +271,19 @@ else
|
|
|
|
|
echo "disabled strict symbol encapsulation" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(ldconfig-at-install, |
|
|
|
|
[ --enable-ldconfig-at-install On GNU/Linux run ldconfig, default=yes], |
|
|
|
|
, ldconfig_at_install=yes) |
|
|
|
|
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'" |
|
|
|
|
echo "disabled run of ldconfig during installation on GNU/Linux" |
|
|
|
|
fi |
|
|
|
|
AC_SUBST(LIBBURNIA_LDCONFIG_CMD) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_CHECK_HEADER(libburn/libburn.h) |
|
|
|
|
AC_CHECK_HEADER(libisofs/libisofs.h) |
|
|
|
|
|
|
|
|
|