summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-02-21 11:39:42 +0100
committerVolker Lendecke <vl@samba.org>2008-02-21 11:40:22 +0100
commit21387a4c5e217b503a140b170d153394433dd244 (patch)
tree25524430d9ba8b9bd9d4c309cafc09a7d71be97a /source3/configure.in
parent63592eebbb40abc6374e1f8f6f8a86d9beec047a (diff)
downloadsamba-21387a4c5e217b503a140b170d153394433dd244.tar.gz
samba-21387a4c5e217b503a140b170d153394433dd244.tar.bz2
samba-21387a4c5e217b503a140b170d153394433dd244.zip
fix typo
(This used to be commit 2d51bf67fc33e1f8f28151277fc254b82a04b664)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
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