diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-17 05:10:00 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2006-09-17 05:10:00 +0000 |
commit | ee61be3d823cc325a50539655f6df488919e3457 (patch) | |
tree | 586c8bd16ba993f0921dae1ac615394e479b3322 /source/lib/replace/libreplace.m4 | |
parent | 35c23f73b03078efa1c76bafe22233d32affaecc (diff) | |
download | samba-ee61be3d823cc325a50539655f6df488919e3457.tar.gz samba-ee61be3d823cc325a50539655f6df488919e3457.tar.xz samba-ee61be3d823cc325a50539655f6df488919e3457.zip |
r18592: we don't need this twice
metze
Diffstat (limited to 'source/lib/replace/libreplace.m4')
-rw-r--r-- | source/lib/replace/libreplace.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4 index d98845f3b4d..677c5c535af 100644 --- a/source/lib/replace/libreplace.m4 +++ b/source/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> |