summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2010-06-17 15:14:47 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-06-19 11:36:15 -0700
commit57d0fc413976d0a80391080ee2b95369ecace4ad (patch)
treebb2911439721533187f0a18f6ebb50de59c53dac /configure.ac
parentc186b3fbe0864caa12e3c3ab8136efd3ca0832a7 (diff)
Link against talloc. We're going to be using it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 37f3283a88..09c5f4b4db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Checks for library functions.
AC_HEADER_STDC
+PKG_CHECK_MODULES([talloc], [talloc >= 2.0])
AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug],