From c040b9be92171420603fce1e77c11375984ce6f1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 12 Feb 2008 15:28:51 +0100 Subject: Fix some comment typos. Michael (This used to be commit bc4482cde1571bb1cb2d55106fc8ee22d26efa23) --- source3/configure.in | 10 +++++----- 1 file 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 -- cgit