Newline got lost in submission of "Partial import of "New RTCD implementation" from master branch."

Change-Id: I3841eca46e29a108a79fe47af0cfa97f0bc80a2a
diff --git a/build/make/configure.sh b/build/make/configure.sh
index be34778..9bff9cb 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -457,7 +457,8 @@
         else
             echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null ||
                 die_unknown $opt
-        fi        $action $option
+        fi
+        $action $option
         ;;
         --require-?*)
         eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`