summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-03-06 10:13:44 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-03-06 06:32:55 -0500
commit49271571930ee976aac332f21230b245bbde39d0 (patch)
tree7dfb457197be8daa66e8a9d04c1e3daf86959ad4 /server/configure.ac
parent0ae3745711f4c856cf36f4aca07310586f930e1d (diff)
downloadsssd-49271571930ee976aac332f21230b245bbde39d0.tar.gz
sssd-49271571930ee976aac332f21230b245bbde39d0.tar.xz
sssd-49271571930ee976aac332f21230b245bbde39d0.zip
minor fixes for the build process
enable --without-tests
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/configure.ac b/server/configure.ac
index 1a40e2be7..0c1036a9f 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -43,6 +43,7 @@ WITH_PID_PATH
WITH_PIPE_PATH
WITH_INFOPIPE
WITH_POLICYKIT
+WITH_TESTS
m4_include(pkg.m4)
m4_include(libpopt.m4)
@@ -55,7 +56,7 @@ m4_include(ldap.m4)
m4_include(util/signal.m4)
PKG_CHECK_MODULES([DBUS],[dbus-1])
-if test xHAVE_TESTS != x; then
+if test x$HAVE_TESTS != x; then
PKG_CHECK_MODULES([CHECK],[check])
fi
PKG_CHECK_MODULES([NSS],[nss])