From 48ff3fc67bf3005e1f26ef214d76a94977c5cd05 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 10 Sep 2006 10:30:30 +0000 Subject: [PATCH] Aliased switch name -newapi by -experimental --- cdrskin/compile_cdrskin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdrskin/compile_cdrskin.sh b/cdrskin/compile_cdrskin.sh index aa7573d..72a3711 100755 --- a/cdrskin/compile_cdrskin.sh +++ b/cdrskin/compile_cdrskin.sh @@ -28,7 +28,7 @@ do elif test "$i" = "-cvs_A60220" then libvers="-DCdrskin_libburn_cvs_A60220_tS" - elif test "$i" = "-newapi" + elif test "$i" = "-newapi" -o "$i" = "-experimental" then def_opts="$def_opts -DCdrskin_new_api_tesT" elif test "$i" = "-do_not_compile_cdrskin"