SVN revision: 78139
This commit is contained in:
Vincent Torri 2012-10-17 21:56:37 +00:00
parent 502aab4c9f
commit a2f5c101d8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ AC_ARG_WITH([profile],
[build_profile=${withval}],
[build_profile=dev])
case "$build_profile" in
case "${build_profile}" in
dev|debug|release)
;;
*)