Diff for /ansh/configure between versions 1.5.2.1 and 1.5.2.3

version 1.5.2.1, 2013/01/18 09:31:46 version 1.5.2.3, 2014/01/06 10:21:09
Line 2299  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 2299  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 3417  fi Line 3420  fi
   
   
   
CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}"CFLAGS="-Wall -O2 -fPIC ${CFLAGS}"
LDFLAGS="-L/usr/local/lib ${LDFLAGS}"LDFLAGS="${LDFLAGS}"
   
 # Checks for libraries.  # Checks for libraries.
   

Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.3


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