summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 154166bf60..e636608848 100755
--- a/tools/configure
+++ b/tools/configure
@@ -299,8 +299,8 @@ if [ -z "$archos" ]; then
299 tool="scramble -osp" 299 tool="scramble -osp"
300 output="ajbrec.ajz" 300 output="ajbrec.ajz"
301 appextra="recorder" 301 appextra="recorder"
302 archosrom="" 302 archosrom="$pwd/rombox.ucl"
303 plugins="" 303 plugins="yes"
304 ;; 304 ;;
305 305
306 8) 306 8)
@@ -310,8 +310,8 @@ if [ -z "$archos" ]; then
310 tool="scramble -ofm" 310 tool="scramble -ofm"
311 output="ajbrec.ajz" 311 output="ajbrec.ajz"
312 appextra="recorder" 312 appextra="recorder"
313 archosrom="" 313 archosrom="$pwd/rombox.ucl"
314 plugins="" 314 plugins="yes"
315 ;; 315 ;;
316 316
317 9) 317 9)