summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-25 19:34:04 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:10 +0100
commit119abbf6b2b76fbb13947ecd0bb87566665c1295 (patch)
tree8bfb209a10025cf766b203cd20db4fca4dbd5e49 /source4
parent6314a9a08fe5d28ec2947c51abc22ba69bf60923 (diff)
downloadsamba-119abbf6b2b76fbb13947ecd0bb87566665c1295.tar.gz
samba-119abbf6b2b76fbb13947ecd0bb87566665c1295.tar.bz2
samba-119abbf6b2b76fbb13947ecd0bb87566665c1295.zip
r26118: Remove whitespace that causes empty if statement to be generated.
(This used to be commit 1f096c26da5016ec2e2daea9ad7a78bc2063b423)
Diffstat (limited to 'source4')
-rw-r--r--source4/configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index c26b03fc66..aaa9e7e169 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -36,8 +36,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTALLOC, talloc >= 1.1.0,
)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0,
- [
- ],
+ [],
[
m4_include(lib/tdb/libtdb.m4)
SMB_INCLUDE_MK(lib/tdb/config.mk)