summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-03-16 01:06:16 +0100
committerVolker Lendecke <vl@samba.org>2009-03-16 07:51:46 +0100
commit586a4da5dd30c371a33956db406bbb1dc08534b2 (patch)
tree6e68e776a0391b97435e6ec845563dcd1caf6451 /source3/configure.in
parent1a06b31b592a9c1d0188f4470b38e881b0bf3633 (diff)
downloadsamba-586a4da5dd30c371a33956db406bbb1dc08534b2.tar.gz
samba-586a4da5dd30c371a33956db406bbb1dc08534b2.tar.bz2
samba-586a4da5dd30c371a33956db406bbb1dc08534b2.zip
fix configure check for external talloc libs
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 98f41d61e5..70876b913e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -31,7 +31,7 @@ if test "x$enable_external_libtalloc" != xno
then
PKG_CHECK_MODULES(TALLOC, talloc >= 1.3.0,
[ enable_external_libtalloc=yes ],
- [ if x$enable_external_libtalloc = xyes; then
+ [ if test x$enable_external_libtalloc = xyes; then
AC_MSG_ERROR([Unable to find libtalloc])
else
enable_external_libtalloc=no