diff options
author | Michael Adam <obnox@samba.org> | 2008-04-21 15:53:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-22 14:13:48 +0200 |
commit | 5a4db7eacb9e08ec0631ae6106c6625057f564a6 (patch) | |
tree | 36ccb3dab16aaacc8ff846b833757dea0cd1d92e /source3 | |
parent | c27e661ad11dcf08f91f48758c8d66a3fcb88bfd (diff) | |
download | samba-5a4db7eacb9e08ec0631ae6106c6625057f564a6.tar.gz samba-5a4db7eacb9e08ec0631ae6106c6625057f564a6.tar.bz2 samba-5a4db7eacb9e08ec0631ae6106c6625057f564a6.zip |
configure: fix a comment typo
Michael
(This used to be commit af2a1f15e6d45139ba62e334a3529d407430e6bd)
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 07e5bbe1d8..03c8cce450 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4742,7 +4742,7 @@ AC_ARG_WITH([static-libs], # # WORKAROUND: -# until we have organized other internal subsystems (as util, registrt +# until we have organized other internal subsystems (as util, registry # and smbconf) into shared libraries, we CAN NOT link libnetapi # dynamically to samba programs. # |