Re: PATCH: Require C compiler that supports C99
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, yep, you are right. commited to CVS. Thanks, Alex Bostock James schrieb: > Hi, > > The Kannel source code uses some features that were introduced in the > 1999 revision of the C programming language. For example, gw/dlr_mem.c > makes use of designated initializers and gwlib/octstr.h uses variadic > macros. > > The attached patch causes configure to fail if the selected C compiler > does not support C99. > > -james