The branch, master has been updated
via 0931bb8937eaec55844dee0cdeefafa162053c53 (commit)
from 50ca5af9f38b46fb3c7dea5b50997d3bd1c7e46f (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 0931bb8937eaec55844dee0cdeefafa162053c53
Author: Björn Jacke <[email protected]>
Date: Sun Feb 1 13:28:06 2009 +0100
"test" expects only one =
Signed-off-by: Stefan Metzmacher <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
source4/build/m4/check_path.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index f7266e6..1751a89 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -43,7 +43,7 @@ if test x$fhs = xyes; then
winbindd_privileged_socket_dir="${localstatedir}/lib/samba/winbindd_privileged"
else
# Check to prevent installing directly under /usr without the FHS
- AS_IF([test $prefix == /usr || test $prefix == /usr/local],[
+ AS_IF([test $prefix = /usr || test $prefix = /usr/local],[
AC_MSG_ERROR([Don't install directly under "/usr" or
"/usr/local" without using the FHS option (--enable-fhs). This could lead to
file loss!])
])
fi
--
Samba Shared Repository