From b5ca489be9a56ac798280d31ae2b99ada1f25d98 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 25 Dec 2009 18:33:47 +0000 Subject: 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 --- tools/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index dee6bbf..6dd5998 100755 --- a/tools/configure +++ b/tools/configure @@ -450,7 +450,9 @@ whichadvanced () { fi ;; esac - if [ ! "$interact" ]; then + if [ "$interact" ]; then + btype="$btype$option" + else atype=`echo "$atype" | cut -c 2-` [ "$atype" ] || cont=0 fi -- cgit v1.1