Check for va_copy before you check for __va_copy, since va_copy is the
authorRichard Sharpe <sharpe@samba.org>
Fri, 24 Oct 2003 05:47:39 +0000 (05:47 +0000)
committerRichard Sharpe <sharpe@samba.org>
Fri, 24 Oct 2003 05:47:39 +0000 (05:47 +0000)
commit261c0028dcc3d15f82ed7f5db6cb89fc77083418
treebc8c23436c10b8d05b6320e83fb731c88b4ba20e
parent7967eeb659574932cdaa770941afbcfd2e991a3e
Check for va_copy before you check for __va_copy, since va_copy is the
actual standard, and __va_copy was the proposed standard.
(This used to be commit 4ab7947e601e61cacd7ff541ee881850d9808387)
source3/configure.in
source3/lib/snprintf.c