[EMAIL PROTECTED] (Steven M. Schweda) writes:

> I see it, the "configure" script attempts to compile something like
> this:
>
> /* confdefs.h.  */
> /* <I know not what might be in here.> */
> /* end confdefs.h.  */
> #include <ctype.h>
>
> int
> main ()
> {
> #ifndef isblank
>   char *p = (char *) isblank;
>   return !p;
> #endif
>
>   ;
>   return 0;
> }
>
> using a command like this:
>
> cc -c -g  conftest.c
>
> which works fine (and shows no evidence of looking for any non-system
> header files).

What is the output of "cc -E conftest.c" with that input file?


Reply via email to