fix typo
authorVolker Lendecke <vl@samba.org>
Thu, 21 Feb 2008 10:39:42 +0000 (11:39 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 21 Feb 2008 10:40:22 +0000 (11:40 +0100)
(This used to be commit 2d51bf67fc33e1f8f28151277fc254b82a04b664)

source3/configure.in

index dcd083fa289348f3846ed9ed73fb097d6924af2f..6627ee6dc8857cc188a3473ff34ea468852339c2 100644 (file)
@@ -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