On Wed, 3 Jul 2002 11:04:54 +0200, Henning Meier-Geinitz wrote: >> 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?
Yes just compiled CVS from scratch. No errors. Everything builds as designed. Thanks. Franz