r18604: fixed shell syntax
authorAndrew Tridgell <tridge@samba.org>
Mon, 18 Sep 2006 04:19:13 +0000 (04:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:55 +0000 (14:18 -0500)
source/lib/tdb/libtdb.m4

index 5240b329794c1feb8890925289230aa9360ba30c..35bac96e02d603778e7a7c367c230102f1a62677 100644 (file)
@@ -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"