[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed May 26 02:19:05 MDT 2010


The branch, master has been updated
       via  2bca048... s3:configure: use the right AC_CACHE_CHECK variable
      from  3c8dc5c... s4:smbd: Use tstream_npa_accept_existing to accept named pipe connections

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2bca048367456b09d16f51405373fa33be6eeca3
Author: Björn Jacke <bj at sernet.de>
Date:   Wed May 26 10:18:03 2010 +0200

    s3:configure: use the right AC_CACHE_CHECK variable

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index ff510fb..387e382 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -298,7 +298,7 @@ if test x"$samba_cv_HAVE_errwarn" = x"yes"; then
    Werror_FLAGS="-errwarn=%all"
 else
 dnl Check if the C compiler understands -qhalt (IBM)
-AC_CACHE_CHECK([that the C compiler understands -qhalt],samba_cv_HAVE_errwarn, [
+AC_CACHE_CHECK([that the C compiler understands -qhalt],samba_cv_HAVE_qhalt, [
   AC_TRY_RUN_STRICT([
    int main(void)
    {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list