aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-04-30 17:42:04 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-04-30 17:42:25 +0200
commit1087882065333ed4180bb7020465a7a132019a4c (patch)
treedf9cb9d1e6df9c87b5bfc9e23a3091d3970c1038 /configure.ac
parentf50fdee7cbe0f8795ba61364c06be0c28314db7b (diff)
downloadlibpam-x2go-1087882065333ed4180bb7020465a7a132019a4c.tar.gz
libpam-x2go-1087882065333ed4180bb7020465a7a132019a4c.tar.bz2
libpam-x2go-1087882065333ed4180bb7020465a7a132019a4c.zip
Make building tests optional. (Fixes: #196).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 78b4195..ba57d72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,9 @@ AC_SUBST(PAMMODULEDIR)
m4_include([m4/gtest.m4])
CHECK_GTEST
if test "x$have_gtest" != "xyes"; then
- AC_MSG_ERROR([tests were requested but gtest is not installed.])
+ AC_MSG_WARN([tests were requested but gtest is not installed.])
fi
+AM_CONDITIONAL([HAVE_GTEST], [test "$have_gtest" != "no"])
###########################
# gcov coverage reporting