Enabled use of libjte for GNU xorriso
This commit is contained in:
parent
7b4bd76d9b
commit
d02bd410b3
@ -236,6 +236,27 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
AH_TEMPLATE([Xorriso_with_libjtE],
|
||||||
|
[Define to use Jigdo Template Extraction via libjte])
|
||||||
|
AH_TEMPLATE([Libisofs_with_libjtE],
|
||||||
|
[Define to use Jigdo Template Extraction via libjte])
|
||||||
|
AC_ARG_ENABLE(libjte,
|
||||||
|
[ --enable-libjte Enable use of libjte by xorriso, default=yes],
|
||||||
|
, enable_libjte=yes)
|
||||||
|
if test "x$enable_libjte" = xyes; then
|
||||||
|
LIBJTE_DEF=yes
|
||||||
|
AC_CHECK_HEADER(libjte/libjte.h, AC_CHECK_LIB(jte, libjte_new, , LIBJTE_DEF= ), LIBJTE_DEF= )
|
||||||
|
else
|
||||||
|
LIBJTE_DEF=
|
||||||
|
fi
|
||||||
|
if test x$LIBJTE_DEF = xyes
|
||||||
|
then
|
||||||
|
AC_DEFINE([Xorriso_with_libjtE], [])
|
||||||
|
AC_DEFINE([Libisofs_with_libjtE], [])
|
||||||
|
LIBJTE_DEF="-DXorriso_with_libjtE -DLibisofs_with_libjtE"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
AH_TEMPLATE([Libburn_use_libcdiO], [Define to use libcdio as system adapter])
|
AH_TEMPLATE([Libburn_use_libcdiO], [Define to use libcdio as system adapter])
|
||||||
AC_ARG_ENABLE(libcdio,
|
AC_ARG_ENABLE(libcdio,
|
||||||
[ --enable-libcdio Enable EXPERIMENTAL use of libcdio as system adapter, default=no],
|
[ --enable-libcdio Enable EXPERIMENTAL use of libcdio as system adapter, default=no],
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2010.09.29.092348"
|
#define Xorriso_timestamP "2010.09.29.092537"
|
||||||
|
Loading…
Reference in New Issue
Block a user