mirror of
https://github.com/samba-team/samba.git
synced 2025-09-20 17:44:21 +03:00
fix typo
This commit is contained in:
@@ -840,7 +840,7 @@ AC_CACHE_CHECK([for unix domain sockets],samba_cv_unixsocket, [
|
||||
],
|
||||
samba_cv_unixsocket=yes,samba_cv_unixsocket=no)])
|
||||
if test x"$samba_cv_unixsocket" = x"yes"; then
|
||||
AC_DEFINE(HAVE_UNIXSOCKET,1,[If we need to build with unixscoket support])
|
||||
AC_DEFINE(HAVE_UNIXSOCKET,1,[If we need to build with unixsocket support])
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user