diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-17 05:10:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:53 -0500 |
commit | 5d6a38004ad45ae58a0a064132d383d3d3ee4c99 (patch) | |
tree | 01606f9651fc3779e885aecfd8b849719fdf92fd | |
parent | 9dd6cac44a63c20e616cf15815bef61303da56c2 (diff) | |
download | samba-5d6a38004ad45ae58a0a064132d383d3d3ee4c99.tar.gz samba-5d6a38004ad45ae58a0a064132d383d3d3ee4c99.tar.bz2 samba-5d6a38004ad45ae58a0a064132d383d3d3ee4c99.zip |
r18592: we don't need this twice
metze
(This used to be commit e9fe725cf4021943e939f493b967e0ef5a438622)
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index d98845f3b4..677c5c535a 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -219,9 +219,6 @@ if test x"$samba_cv_HAVE_C99_VSNPRINTF" = x"yes"; then fi -LIBREPLACE_C99_STRUCT_INIT(c99_struct_initialization=yes, - c99_struct_initialization=no) - dnl VA_COPY AC_CACHE_CHECK([for va_copy],samba_cv_HAVE_VA_COPY,[ AC_TRY_LINK([#include <stdarg.h> |