projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
502aab4
)
cosmetic
author
Vincent Torri
<vincent.torri@gmail.com>
Wed, 17 Oct 2012 21:56:37 +0000
(21:56 +0000)
committer
Vincent Torri
<vincent.torri@gmail.com>
Wed, 17 Oct 2012 21:56:37 +0000
(21:56 +0000)
SVN revision: 78139
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 27c5eb37369dd60536958f48d937085fdd909ce0..d49f167162131d3d236033a4c8eaf4a947da2d6f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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)
;;
*)