diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-05-08 12:09:00 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-05-08 12:09:37 +0200 |
commit | 5b8883faac0cff928a4359b4260b5be09a311d4b (patch) | |
tree | 46cae287e24d723a3460ded8459e491a9cd7b4bb /configure.ac | |
parent | ca657525b88e788b72ce53ecc6d140a573476644 (diff) |
configure: Look for gtest
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b868343d2..c3007b4b6 100644 --- a/configure.ac +++ b/configure.ac @@ -266,6 +266,10 @@ if test "$gc" = yes; then fi +# Look for gtest. +PKG_CHECK_MODULES([GTEST], [gtest_main]) + + # documentation generation switch AC_ARG_ENABLE(doc-gen, AC_HELP_STRING([--disable-doc-gen], [disable documentation generation]), |