mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
configure: Look for gtest
This commit is contained in:
parent
ca657525b8
commit
5b8883faac
3 changed files with 15 additions and 10 deletions
|
@ -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]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue