Requiring libburn-0.8.3 now (because SIGWINCH handling on Solaris)

This commit is contained in:
2010-06-15 16:02:20 +00:00
parent 11ecd8a672
commit 44c33b51b4
3 changed files with 3 additions and 3 deletions

View File

@ -259,7 +259,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
# ------- Visible mark in configure : Start of library check
dnl Check for proper library versions
LIBBURN_REQUIRED=0.8.2
LIBBURN_REQUIRED=0.8.3
LIBISOFS_REQUIRED=0.6.32
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)