diff --git a/tools/configure b/tools/configure index a65e3c90d2..97a7d04dc9 100755 --- a/tools/configure +++ b/tools/configure @@ -68,7 +68,7 @@ sed > Makefile \ -e "s,@KEYPAD@,${keypad},g" \ -e "s,@PWD@,${pwd},g" \ -e "s,@SIMVER@,${simver},g" \ - -e "s,@EXTRA_DEFINES@,${extra_defines},g" \ + -e "s,@EXTRA_DEFINES@,\"${extra_defines}\",g" \ <