From a2f5c101d893818ff50df6bdb0c1e2d60915855d Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 17 Oct 2012 21:56:37 +0000 Subject: [PATCH] cosmetic SVN revision: 78139 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], [build_profile=${withval}], [build_profile=dev]) -case "$build_profile" in +case "${build_profile}" in dev|debug|release) ;; *)