diff options
author | Volker Lendecke <vl@samba.org> | 2008-02-21 11:39:42 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-02-21 11:40:22 +0100 |
commit | 21387a4c5e217b503a140b170d153394433dd244 (patch) | |
tree | 25524430d9ba8b9bd9d4c309cafc09a7d71be97a /source3 | |
parent | 63592eebbb40abc6374e1f8f6f8a86d9beec047a (diff) | |
download | samba-21387a4c5e217b503a140b170d153394433dd244.tar.gz samba-21387a4c5e217b503a140b170d153394433dd244.tar.bz2 samba-21387a4c5e217b503a140b170d153394433dd244.zip |
fix typo
(This used to be commit 2d51bf67fc33e1f8f28151277fc254b82a04b664)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index dcd083fa28..6627ee6dc8 100644 --- a/source3/configure.in +++ b/source3/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 |