Minor build failure on linux-to-mingw32 cross-compilation

2006-12-08 Thread Tim Van Holder
Hi, when building sed 3.1.5 I ran into the following problem: configure correctly detected that mingw32 has alloca but no working alloca.h; however, regex-internal.h simply includes alloca.h unconditionally, breaking the build. Replacing the include by the code the alloca test in configure uses,

Re: Minor build failure on linux-to-mingw32 cross-compilation

2006-12-08 Thread Paul Eggert
Tim Van Holder [EMAIL PROTECTED] writes: when building sed 3.1.5 I ran into the following problem: configure correctly detected that mingw32 has alloca but no working alloca.h; however, regex-internal.h simply includes alloca.h unconditionally, breaking the build. Surely this is because sed