From: Volker Lendecke Date: Thu, 21 Feb 2008 10:39:42 +0000 (+0100) Subject: fix typo X-Git-Tag: samba-3.2.0pre2~37^2~160^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d51bf67fc33e1f8f28151277fc254b82a04b664;p=thirdparty%2Fsamba.git fix typo --- diff --git a/source/configure.in b/source/configure.in index dcd083fa289..6627ee6dc88 100644 --- a/source/configure.in +++ b/source/configure.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