summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-18 01:31:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:55 -0500
commite84ee4a6fd3bb1cc0b92de89f4568e0865ccac0a (patch)
treea3db2d3c48a3b2ee50772f49c3f5e010404c2a42 /source4/lib/replace/libreplace.m4
parente7b9aeb8833be0e7d0c16afdf014b19e787bd5ef (diff)
downloadsamba-e84ee4a6fd3bb1cc0b92de89f4568e0865ccac0a.tar.gz
samba-e84ee4a6fd3bb1cc0b92de89f4568e0865ccac0a.tar.bz2
samba-e84ee4a6fd3bb1cc0b92de89f4568e0865ccac0a.zip
r18600: - fix shell syntax in tests for libraries
- add library test for libpopt (This used to be commit 13878b7e7ec65b21df954f83afc0e9ceb73e44a0)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r--source4/lib/replace/libreplace.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index de8e4ba4a3..6c26f7b904 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -13,7 +13,7 @@ for d in $libreplacepaths; do
break;
fi
done
-if [ x"$libreplacedir" = "x" ]; then
+if test x"$libreplacedir" = "x"; then
AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
fi
LIBREPLACEOBJ="replace.o"