From 3bdd26d498b5a00a41efa88857828312ec4cab64 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 17 Mar 2010 18:54:10 +0000 Subject: [PATCH] Corrected initialization of configure option --enable-dvd-obs-64k --- libburn/trunk/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/configure.ac b/libburn/trunk/configure.ac index 82bba08e..66ed6968 100644 --- a/libburn/trunk/configure.ac +++ b/libburn/trunk/configure.ac @@ -202,7 +202,7 @@ CFLAGS="$CFLAGS $LIBBURN_O_DIRECT_DEF" dnl ts A91116 AC_ARG_ENABLE(dvd-obs-64k, [ --enable-dvd-obs-64k 64 KB default size for DVD/BD writing, default=no], - , enable_fifo_odirect=no) + , enable_dvd_obs_64k=no) if test x$enable_dvd_obs_64k = xyes; then LIBBURN_DVD_OBS_64K="-DLibburn_dvd_obs_default_64K" echo "enabled write size default 64 KB on DVD and BD"