summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-07-01 10:23:03 +0200
committerStephen Gallagher <sgallagh@redhat.com>2013-07-02 11:30:18 -0400
commit1c7f25390572025baa6783ede14523e22fc73043 (patch)
tree79f77b764e30fa85af849571c8100fc8ecc6a66e /configure.ac
parentf138a393447aa1042f449d16dbafd75a79b9cb1e (diff)
downloadsssd-1c7f25390572025baa6783ede14523e22fc73043.tar.gz
sssd-1c7f25390572025baa6783ede14523e22fc73043.tar.xz
sssd-1c7f25390572025baa6783ede14523e22fc73043.zip
BUILD: Use pkg-config to detect cmocka
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 18c2aadf9..b34ae3f4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,7 +277,7 @@ AC_PATH_PROG([DOXYGEN], [doxygen], [false])
AM_CONDITIONAL([HAVE_DOXYGEN], [test x$DOXYGEN != xfalse ])
AM_CONDITIONAL([HAVE_CHECK], [test x$have_check != x])
-AM_CONDITIONAL([HAVE_CMOCKA], [test x$have_cmocka = xyes])
+AM_CHECK_CMOCKA
AM_CONDITIONAL([HAVE_DEVSHM], [test -d /dev/shm])