Requiring libisofs-0.6.24 now
This commit is contained in:
parent
79eca9f3ad
commit
eeffa1527b
@ -202,7 +202,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||
|
||||
dnl Check for proper library versions
|
||||
LIBBURN_REQUIRED=0.7.1
|
||||
LIBISOFS_REQUIRED=0.6.23
|
||||
LIBISOFS_REQUIRED=0.6.24
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
||||
|
@ -216,7 +216,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libisofs_req_major 0
|
||||
#define isoburn_libisofs_req_minor 6
|
||||
#define isoburn_libisofs_req_micro 23
|
||||
#define isoburn_libisofs_req_micro 24
|
||||
|
||||
/** The minimum version of libburn to be used with this version of libisoburn
|
||||
at compile time.
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.10.07.180552"
|
||||
#define Xorriso_timestamP "2009.10.08.155605"
|
||||
|
Loading…
Reference in New Issue
Block a user