diff options
author | Michael Adam <obnox@samba.org> | 2008-02-12 15:28:51 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-13 09:25:31 +0100 |
commit | c040b9be92171420603fce1e77c11375984ce6f1 (patch) | |
tree | ecc18437de612d73ea8432007de6d2075c2990be /source3 | |
parent | 62c94e0accce158023937d86507f7bbc120a0c71 (diff) | |
download | samba-c040b9be92171420603fce1e77c11375984ce6f1.tar.gz samba-c040b9be92171420603fce1e77c11375984ce6f1.tar.bz2 samba-c040b9be92171420603fce1e77c11375984ce6f1.zip |
Fix some comment typos.
Michael
(This used to be commit bc4482cde1571bb1cb2d55106fc8ee22d26efa23)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in index 9a4654f6b0..074bdfaaeb 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5182,7 +5182,7 @@ case "$withval" in esac ], [ -# if unspecified, default is to built it if possible. +# if unspecified, default is to build it if possible. samba_cv_with_libtalloc=yes ] ) @@ -5234,7 +5234,7 @@ AC_ARG_WITH(libnetapi, ;; esac ], [ -# if unspecified, default is to built it if possible. +# if unspecified, default is to build it if possible. if test $BLDSHARED = true; then LIBNETAPI_SHARED=bin/libnetapi.$SHLIBEXT LIBNETAPI=libnetapi @@ -5312,7 +5312,7 @@ AC_ARG_WITH(libsmbclient, ;; esac ], [ -# if unspecified, default is to built it if possible. +# if unspecified, default is to build it if possible. if test $BLDSHARED = true; then LIBSMBCLIENT_SHARED=bin/libsmbclient.$SHLIBEXT LIBSMBCLIENT=libsmbclient @@ -5355,7 +5355,7 @@ AC_ARG_WITH(libsmbsharemodes, ;; esac ], [ -# if unspecified, default is to built it if possible. +# if unspecified, default is to build it if possible. if test $BLDSHARED = true; then LIBSMBSHAREMODES_SHARED=bin/libsmbsharemodes.$SHLIBEXT LIBSMBSHAREMODES=libsmbsharemodes @@ -6507,7 +6507,7 @@ do fi done -dnl Always built these modules static +dnl Always build these modules static MODULE_rpc_spoolss=STATIC MODULE_rpc_srvsvc2=STATIC MODULE_idmap_tdb=STATIC |