Diff for /libaitwww/configure.in between versions 1.3.2.1 and 1.3.2.2

version 1.3.2.1, 2012/07/22 22:16:33 version 1.3.2.2, 2012/07/31 22:59:32
Line 21  CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} Line 21  CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS}
 LDFLAGS="-L/usr/local/lib ${LDFLAGS}"  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
   
   AC_CHECK_LIB(aitio, [mpool_malloc])
   
 # Checks for header files.  # Checks for header files.
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h])AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h aitio.h])
   
 # Checks for typedefs, structures, and compiler characteristics.  # Checks for typedefs, structures, and compiler characteristics.
 AC_C_INLINE  AC_C_INLINE

Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2


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