https://bugzilla.samba.org/show_bug.cgi?id=7015


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from [email protected]  2009-12-30 21:38 CST -------
In the alloca check of a modern configure script, it defines alloca to be
__builtin_alloca even if __STRICT_ANSI__ is not defined.  Would changing the
lines:

#elif defined(__GNUC__) && defined(__STRICT_ANSI__)
#define alloca __builtin_alloca

to be just:

#else
#define alloca __builtin_alloca

work for your system?


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to