On Mon, Jun 17, 2002 at 12:55:52AM -0500, Frank Zago wrote: [strncasecmp missing on OS/2] > Add > > if test "`uname`" = "OS2"; then > AC_DEFINE(strncasecmp, strnicmp, [Define for OS/2 only]) > fi > > around line 284 in configure.in . I don't know what's the uname of OS2, > so fix that too.
I added a similar approach (testing for os2.h) in configure.in to CVS. Franz, could you test it? Bye, Henning