[SCM] Samba Shared Repository - branch v3-6-test updated

Jeremy Allison jra at samba.org
Wed Aug 18 17:27:12 MDT 2010


The branch, v3-6-test has been updated
       via  b26e86c... Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two underscores.
      from  2e7c697... Fix bug 7563 - Creation of symlink using smbclient is buggy.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit b26e86c3b11ec38f0f5a9d4ce3ea3256946e5353
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Aug 18 16:25:15 2010 -0700

    Fix bug 7626 - Typo in configure samba_cv__CC_NEGATIVE_ENUM_VALUES two underscores.
    
    Noticed by bj at sernet.de.
    (cherry picked from commit da2554117e2d9dc4bde7d47d6e81d5d572ca1d02)

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

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 bfd6abb..cb685c6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -339,7 +339,7 @@ AC_CACHE_CHECK([that the C compiler understands negative enum values],samba_cv_C
 		return 0;
 	}
 ],
-	samba_cv_CC_NEGATIVE_ENUM_VALUES=yes,samba_cv__CC_NEGATIVE_ENUM_VALUES=no)])
+	samba_cv_CC_NEGATIVE_ENUM_VALUES=yes,samba_cv_CC_NEGATIVE_ENUM_VALUES=no)])
 if test x"$samba_cv_CC_NEGATIVE_ENUM_VALUES" != x"yes"; then
 	AC_MSG_WARN([using --uint-enums for pidl])
 	PIDL_ARGS="$PIDL_ARGS --uint-enums"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list