The branch, master has been updated
       via  da25541... Fix bug 7626 - Typo in configure 
samba_cv__CC_NEGATIVE_ENUM_VALUES two underscores.
      from  3423060... Fix bug 7563 - Creation of symlink using smbclient is 
buggy.

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


- Log -----------------------------------------------------------------
commit da2554117e2d9dc4bde7d47d6e81d5d572ca1d02
Author: Jeremy Allison <j...@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 b...@sernet.de.

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

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 627ec7f..5156159 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -343,7 +343,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

Reply via email to