summaryrefslogtreecommitdiff
path: root/source3/m4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-23 07:14:46 +0200
committerVolker Lendecke <vl@samba.org>2008-06-23 07:20:18 +0200
commit993d80fd22b7c0a6e2eec5ab899f51e077c529cb (patch)
tree8d55e3506838c14e82cba17f15ffdcae273bcedb /source3/m4
parent13ebf889b39e0b71f1f98198b0d003f5461d42a6 (diff)
downloadsamba-993d80fd22b7c0a6e2eec5ab899f51e077c529cb.tar.gz
samba-993d80fd22b7c0a6e2eec5ab899f51e077c529cb.tar.bz2
samba-993d80fd22b7c0a6e2eec5ab899f51e077c529cb.zip
init_shared_module -> init_samba_module
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
Diffstat (limited to 'source3/m4')
-rw-r--r--source3/m4/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4
index 71b3b69656..69bf95ef31 100644
--- a/source3/m4/aclocal.m4
+++ b/source3/m4/aclocal.m4
@@ -25,7 +25,7 @@ AC_DEFUN(SMB_MODULE,
fi
if test x"$DEST" = xSHARED; then
- AC_DEFINE([$1][_init], [init_shared_module], [Whether to build $1 as shared module])
+ AC_DEFINE([$1][_init], [init_samba_module], [Whether to build $1 as shared module])
$4_MODULES="$$4_MODULES $3"
AC_MSG_RESULT([shared])
[$6]