libisoburn now demands libisofs-0.6.10
This commit is contained in:
parent
e40ddf8834
commit
b4b2572286
@ -101,7 +101,7 @@ AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||
|
||||
dnl Check for proper library versions
|
||||
LIBBURN_REQUIRED=0.5.4
|
||||
LIBISOFS_REQUIRED=0.6.9
|
||||
LIBISOFS_REQUIRED=0.6.10
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
||||
|
@ -200,7 +200,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 9
|
||||
#define isoburn_libisofs_req_micro 10
|
||||
|
||||
/** The minimum version of libburn to be used with this version of libisoburn
|
||||
at compile time.
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.10.06.114114"
|
||||
#define Xorriso_timestamP "2008.10.06.114845"
|
||||
|
Loading…
Reference in New Issue
Block a user