diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-18 04:19:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:55 -0500 |
commit | 69eed6a4ba7114b422a760b5b27b70b1c31ebbe9 (patch) | |
tree | 28e3dcb478dadb843051c697a9bfd125c116f2ef /source4/lib | |
parent | 1188fa1a18931d05f2effc541f592d7ab8206057 (diff) | |
download | samba-69eed6a4ba7114b422a760b5b27b70b1c31ebbe9.tar.gz samba-69eed6a4ba7114b422a760b5b27b70b1c31ebbe9.tar.bz2 samba-69eed6a4ba7114b422a760b5b27b70b1c31ebbe9.zip |
r18604: fixed shell syntax
(This used to be commit 61104953c82442b9ef0817c077f4b91741fa3aa8)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdb/libtdb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |