summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-04 12:52:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-04 12:52:15 +0000
commitb3272f4c325a06d11b5dbe2730b285a5c1d0485f (patch)
tree052d5db5073ff00b5e7f4e389fecb0fb6e7ad9f6
parent7d1df5bee39b1241f4d3d778c31ffba97a288365 (diff)
downloadrockbox-b3272f4c325a06d11b5dbe2730b285a5c1d0485f.tar.gz
rockbox-b3272f4c325a06d11b5dbe2730b285a5c1d0485f.zip
enable plugins in the iRiver builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5786 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index fdd0ac8f6a..aa49dca97b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -360,7 +360,7 @@ if [ -z "$archos" ]; then
360 appextra="recorder" 360 appextra="recorder"
361 archosrom="" 361 archosrom=""
362 flash="" 362 flash=""
363 plugins="" 363 plugins="yes"
364 ;; 364 ;;
365 365
366 *) 366 *)