Diff for /embedtools/configure between versions 1.4.2.1 and 1.4.2.3

version 1.4.2.1, 2013/01/18 13:18:14 version 1.4.2.3, 2013/05/22 11:57:33
Line 628  LIBOBJS Line 628  LIBOBJS
 EGREP  EGREP
 GREP  GREP
 CPP  CPP
   MACHINE
 OS  OS
 MKDEP  MKDEP
 target_os  target_os
Line 2228  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2229  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers inc/config.h"  ac_config_headers="$ac_config_headers inc/config.h"
   
   
   ac_cv_func_malloc_0_nonnull="yes"
   ac_cv_func_realloc_0_nonnull="yes"
   
 # Checks for programs.  # Checks for programs.
 ac_ext=c  ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'  ac_cpp='$CPP $CPPFLAGS'
Line 3347  fi Line 3351  fi
   
   
 OS=$(uname)  OS=$(uname)
   
   MACHINE=${MACHINE:-i386}
   
   
 CFLAGS="-Wall -O2 -fPIC -g -DINET6 ${CFLAGS}"  CFLAGS="-Wall -O2 -fPIC -g -DINET6 ${CFLAGS}"

Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>