Diff for /libaitrpc/configure.in between versions 1.3.2.2 and 1.3.2.3

version 1.3.2.2, 2011/08/19 14:44:34 version 1.3.2.3, 2011/08/19 14:46:38
Line 21  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 21  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
 # Checks for libraries.  # Checks for libraries.
 AC_CHECK_LIB([aitcrc], [crcFletcher16])  AC_CHECK_LIB([aitcrc], [crcFletcher16])
   AC_CHECK_LIB([pthread], [pthread_create])
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h unistd.h])  AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h unistd.h])

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


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