1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

"test" expects only one =

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Björn Jacke 2009-02-01 13:28:06 +01:00 committed by Stefan Metzmacher
parent 50ca5af9f3
commit 0931bb8937

View File

@ -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