From 69eed6a4ba7114b422a760b5b27b70b1c31ebbe9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 18 Sep 2006 04:19:13 +0000 Subject: r18604: fixed shell syntax (This used to be commit 61104953c82442b9ef0817c077f4b91741fa3aa8) --- source4/lib/tdb/libtdb.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/tdb') diff --git a/source4/lib/tdb/libtdb.m4 b/source4/lib/tdb/libtdb.m4 index 5240b32979..35bac96e02 100644 --- a/source4/lib/tdb/libtdb.m4 +++ b/source4/lib/tdb/libtdb.m4 @@ -9,7 +9,7 @@ for d in $tdbpaths; do break; fi done -if x"$tdbdir" = "x"; then +if test x"$tdbdir" = "x"; then AC_MSG_ERROR([cannot find tdb source in $tdbpaths]) fi TDBOBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o" -- cgit