Dan Kegel wrote:
> ACENV=CC=@IXIA_CROSS_TOOL@gcc CFLAGS="@IXIA_TARGET_CFLAGS@"
> ac_cv_func_mmap_fixed_mapped=yes

That should all have been one line; the ac_cv_func_mmap_fixed_mapped=yes
is supposed to be part of $(ACENV), so it overrides the
environment properly in the line
 cd @IXIA_K_ARCH@; $(ACENV) ../$(NAME)/configure --enable-upload; make

(Mailer line wrapping is sometimes a pain.)
- Dan

Reply via email to