Added version checks for libburn and libisofs (by Vreixo)
This commit is contained in:
parent
4c6551657f
commit
1af7bf4eaf
@ -89,6 +89,11 @@ dnl >>> would need libisofs-0.6.1 or higher .so.6
|
||||
AC_CHECK_HEADER(libburn/libburn.h)
|
||||
AC_CHECK_HEADER(libisofs/libisofs.h)
|
||||
|
||||
dnl Check for proper library versions
|
||||
LIBBURN_REQUIRED=0.4.2
|
||||
LIBISOFS_REQUIRED=0.6.1
|
||||
PKG_CHECK_MODULES(LIBBURN, libburn-1 >= $LIBBURN_REQUIRED)
|
||||
PKG_CHECK_MODULES(LIBISOFS, libisofs-1 >= $LIBISOFS_REQUIRED)
|
||||
|
||||
dnl Add compiler-specific flags
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.02.01.200153"
|
||||
#define Xorriso_timestamP "2008.02.02.131049"
|
||||
|
Loading…
Reference in New Issue
Block a user