From 4f372c00bc388bb42b2f41f3f9ae2ec7262543f1 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82bba08..66ed696 100644 --- a/configure.ac +++ b/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"