diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-05-04 08:53:20 +1200 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-05-04 08:53:20 +1200 |
commit | 0efea903a4c224eaa4b9488e12952f598ac2314d (patch) | |
tree | f58a9cf9757c65ccd92f08f649ea9635f3c4adb1 /configure.in | |
parent | 297f4adfe8f91acb069c2ecdf835b4a0f45045c6 (diff) | |
parent | 340e0828c8f0f568f5887604f63dcc9b437aaa28 (diff) |
Merge pull request #4640 from jmarshallnz/gtest_on
[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 83e2da5b73..20caba5afe 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], |