[sane-devel] make problem on darwin with latest cvs

Henning Meier-Geinitz henning@meier-geinitz.de
Fri, 6 Dec 2002 14:18:30 +0100


Hi,

On Fri, Dec 06, 2002 at 10:08:15PM +0900, Peter O'Gorman wrote:
> Hi, just looking at this, there is a -module flag in LDFLAGS caused by 
> the changes...
> This should fix it:
> --- acinclude.m4        2002/12/04 17:48:05     1.33
> +++ acinclude.m4        2002/12/06 13:07:36
> @@ -138,7 +138,6 @@
>      #Mac OS X/Darwin
>      AC_CHECK_HEADERS(mach-o/dyld.h,
>      [AC_CHECK_FUNCS(NSLinkModule, enable_dynamic=yes,)
> -     LDFLAGS="$LDFLAGS -module"
>       DL_LIB=""
>      ],)
>    fi

Good spot. I missed this bit when moving from the LD_FLAGS approach to
DYNAMIC_FLAG. Fix will be in CVS soon.

Bye,
  Henning