Requiring libisofs 1.2.3 now
This commit is contained in:
parent
5ab4f14c04
commit
2396f4d3fc
@ -322,7 +322,7 @@ dnl If PKG_CHECK_MODULES is to be used after this if-block,
|
||||
dnl then it might be necessary to perform PKG_PROG_PKG_CONFIG before the block.
|
||||
|
||||
LIBBURN_REQUIRED=1.2.0
|
||||
LIBISOFS_REQUIRED=1.2.1
|
||||
LIBISOFS_REQUIRED=1.2.3
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
if test x$LIBCDIO_DEF = x; then
|
||||
|
@ -242,7 +242,7 @@ void isoburn_version(int *major, int *minor, int *micro);
|
||||
*/
|
||||
#define isoburn_libisofs_req_major 1
|
||||
#define isoburn_libisofs_req_minor 2
|
||||
#define isoburn_libisofs_req_micro 2
|
||||
#define isoburn_libisofs_req_micro 3
|
||||
|
||||
/** The minimum version of libburn to be used with this version of libisoburn
|
||||
at compile time.
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.04.19.073152"
|
||||
#define Xorriso_timestamP "2012.04.19.074422"
|
||||
|
Loading…
Reference in New Issue
Block a user