cosmetic
authorVincent Torri <vincent.torri@gmail.com>
Wed, 17 Oct 2012 21:56:37 +0000 (21:56 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Wed, 17 Oct 2012 21:56:37 +0000 (21:56 +0000)
SVN revision: 78139

configure.ac

index 27c5eb3..d49f167 100644 (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)
      ;;
    *)