[sane-devel] .configure warning in 1.0.14-pre1

Henning Meier-Geinitz henning@meier-geinitz.de
Sun, 18 Apr 2004 15:30:10 +0200


Hi,

On Sun, Apr 18, 2004 at 10:22:31PM +0900, Peter O'Gorman wrote:
> If there were no -ansi flag, all would be well.

When the release is made, that flag is disabled anyway.

I can add MacOS X to the list of operating systems where -ansi isn't
used. It currently looks like this (ac_include.m4):

  ANSI_FLAG=-ansi
  case "${host_os}" in  
    solaris* | hpux* | os2* )
      ANSI_FLAG=
      ;;
  esac

So how does ${host_os} look for MacOS X?

Bye,
  Henning