diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2014-05-03 14:12:04 +1200 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-05-03 20:45:36 +1200 |
commit | 340e0828c8f0f568f5887604f63dcc9b437aaa28 (patch) | |
tree | d76ac0b050397ca2fbaaa3f493c65269012f603c /configure.in | |
parent | adf65873b4b345a28e0bc96411d7b704e264d3de (diff) |
[build] enable gtest configure by default.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index af674d8196..7b1c6bed0d 100644 --- a/configure.in +++ b/configure.in @@ -531,9 +531,9 @@ AC_ARG_ENABLE([player], AC_ARG_ENABLE([gtest], [AS_HELP_STRING([--enable-gtest], - [configure Google Test Framework (default is no)])], + [configure Google Test Framework (default is yes)])], [configure_gtest=$enableval], - [configure_gtest=no]) + [configure_gtest=yes]) AC_ARG_ENABLE([codec], [AS_HELP_STRING([--enable-codec], |