tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=bf4a7e8c34e0c05ce7e08def5590a46ecd68f010

commit bf4a7e8c34e0c05ce7e08def5590a46ecd68f010
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Nov 19 13:06:24 2013 +0000

    Revert "configure does not print tests option as a default"
    
    This reverts commit d93c4b23072d3fe4cd2b2375cf87b424d1a56ba6.
    
    Auto is not an option, and does not mean it'll be automatically
    detected.
    What auto means is that unless explicitly enabled/disabled it'll check
    according to the build profile and will enable it automatically if using
    the dev profile.
---
 configure.ac | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 98236da..1b30c25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,9 +106,9 @@ case "${build_crypto}" in
 esac
 
 AC_ARG_WITH([tests],
-   [AC_HELP_STRING([--with-tests=none|auto|regular|coverage],
-                   [choose testing method: regular, coverage or none or 
auto(same as regular if profile is dev).
-                    @<:@default=auto@:>@])],
+   [AC_HELP_STRING([--with-tests=none|regular|coverage],
+                   [choose testing method: regular, coverage or none.
+                    @<:@default=none@:>@])],
    [build_tests=${withval}],
    [build_tests=auto])
 
@@ -118,9 +118,6 @@ case "${build_tests}" in
    auto)
      if test "${build_profile}" = "dev"; then
         want_tests="yes"
-        build_tests="regular"
-     else
-        build_tests="none"
      fi
      ;;
    regular)

-- 


Reply via email to