diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-17 21:56:37 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-17 21:56:37 +0000 |
commit | a2f5c101d893818ff50df6bdb0c1e2d60915855d (patch) | |
tree | dde72aad1ca63472bbb8faac5edc123ec716dcc9 /configure.ac | |
parent | 502aab4c9f08e7e8093cb3c129362abe55d0deb2 (diff) |
cosmetic
SVN revision: 78139
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 27c5eb3736..d49f167162 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -127,7 +127,7 @@ AC_ARG_WITH([profile], | |||
127 | [build_profile=${withval}], | 127 | [build_profile=${withval}], |
128 | [build_profile=dev]) | 128 | [build_profile=dev]) |
129 | 129 | ||
130 | case "$build_profile" in | 130 | case "${build_profile}" in |
131 | dev|debug|release) | 131 | dev|debug|release) |
132 | ;; | 132 | ;; |
133 | *) | 133 | *) |