summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-12-25 18:33:47 +0000
committerJens Arnold <amiconn@rockbox.org>2009-12-25 18:33:47 +0000
commitb5ca489be9a56ac798280d31ae2b99ada1f25d98 (patch)
treea67aca4e50f01d668a180244ec1eeb43ad7ece45 /tools/configure
parentb3bb0ca27da67dfb70a38eca713f41139a49e76f (diff)
downloadrockbox-b5ca489be9a56ac798280d31ae2b99ada1f25d98.tar.gz
rockbox-b5ca489be9a56ac798280d31ae2b99ada1f25d98.zip
Properly append advanced build options so that 'make reconf' works without requests (one more manual reconfiguration required).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24114 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index dee6bbfe09..6dd5998be6 100755
--- a/tools/configure
+++ b/tools/configure
@@ -450,7 +450,9 @@ whichadvanced () {
450 fi 450 fi
451 ;; 451 ;;
452 esac 452 esac
453 if [ ! "$interact" ]; then 453 if [ "$interact" ]; then
454 btype="$btype$option"
455 else
454 atype=`echo "$atype" | cut -c 2-` 456 atype=`echo "$atype" | cut -c 2-`
455 [ "$atype" ] || cont=0 457 [ "$atype" ] || cont=0
456 fi 458 fi