2008/5/15 zooko <[EMAIL PROTECTED]>: > > AC_PROG_CC > > AC_PROG_CPP
> I already tried removing those lines from the configure.ac. It > appears not to change the behavior -- the script still ends with: > configure: error: no acceptable C compiler found in $PATH > > This is why I began to think that autoconf just has the idea that it > will use a C compiler hardwired into it. Almost all checks require C compiler, like AC_CHECK_HEADER or AC_CHECK_LIB. > (I also applied Pekka Pessi's patch to test compiling C code with > ghc, although that patch still doesn't come into play since the > configure scripts doesn't get that far.) If your problem is false positive, why don't you just configure --without-libcurl ?? If you want to link statically, do you have static libcurl? -- Pekka.Pessi mail at nokia.com _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
