From 1f096c26da5016ec2e2daea9ad7a78bc2063b423 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 Nov 2007 19:34:04 +0100 Subject: [PATCH] r26118: Remove whitespace that causes empty if statement to be generated. --- source/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/configure.ac b/source/configure.ac index c26b03fc6..aaa9e7e16 100644 --- a/source/configure.ac +++ b/source/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) -- 2.34.1