Requiring libisofs-1.0.0 and libburn-1.0.0 now

This commit is contained in:
2011-01-16 18:26:01 +00:00
parent 4f780339e1
commit 97740ad93d
3 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@ dnl Libtool versioning
dnl Generate libisoburn.so.1.x.y
dnl SONAME will become LT_CURRENT - LT_AGE
dnl
dnl ts B01026
dnl ts B01212
dnl ### This is the release version 0.6.6 = libisoburn.so.1.55.0
dnl This is the development version after above stable release
dnl LT_CURRENT++, LT_AGE++ have not happened yet.
@ -302,8 +302,8 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
# ------- Visible mark in configure : Start of library check
dnl Check for proper library versions
LIBBURN_REQUIRED=0.8.8
LIBISOFS_REQUIRED=0.6.41
LIBBURN_REQUIRED=1.0.0
LIBISOFS_REQUIRED=1.0.0
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)