Author: jelmer Date: 2007-11-25 19:34:04 +0000 (Sun, 25 Nov 2007) New Revision: 26118
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26118 Log: Remove whitespace that causes empty if statement to be generated. Modified: branches/SAMBA_4_0/source/configure.ac Changeset: Modified: branches/SAMBA_4_0/source/configure.ac =================================================================== --- branches/SAMBA_4_0/source/configure.ac 2007-11-25 18:49:37 UTC (rev 26117) +++ branches/SAMBA_4_0/source/configure.ac 2007-11-25 19:34:04 UTC (rev 26118) @@ -36,9 +36,8 @@ ) SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.0, + [], [ - ], - [ m4_include(lib/tdb/libtdb.m4) SMB_INCLUDE_MK(lib/tdb/config.mk) ]
