autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

support for non-standard C compilers (without fopen, FILE*, ...)


From: Steffen Dettmer
Subject: support for non-standard C compilers (without fopen, FILE*, ...)
Date: Thu, 17 Sep 2009 17:12:31 +0200

Hi,

recent versions check if $CC supports fopen, FILE* and so on. This
breaks environments that don't have <stdio.h> / libc.a.

Wouldn't the autoconf way to be to /* undef HAVE_STDIO_H */ but leave
the source code to handle this instead of aborting?

Is it possible to writing something in configure.in to keep the old behavior?

Steffen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]