> > if test "$ac_cv_header_windows_h" != "yes"; then
> > DLLEXT=dll
> > fi
> Not really nice, I'd like to be able to have whatever headers I want
> on my system without things breaking. Better to do:
> case "${target}" in
> *-*-mingw* | *-*-cygwin*)
> DLLEXT="dll"
Right you are. I should have stressed the "can" more ... :-).
CU, ANdy
--
= Andreas Beck | Email : <[EMAIL PROTECTED]> =
- default shared lib extensions John Fortin
- Re: default shared lib extensions Andreas Beck
- Re: default shared lib extensions Marcus Sundberg
- Re: default shared lib extensions Andreas Beck
- Re: default shared lib extensions John Fortin
- Re: default shared lib extensions Marcus Sundberg
- Re: default shared lib extensions John Fortin
- Re: default shared lib extensions Christoph Egger
