Diff for /mqtt/configure.in between versions 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2012/07/03 12:34:28 version 1.1.2.4, 2012/07/03 12:40:10
Line 22  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 22  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
   
 # Checks for libraries.  # Checks for libraries.
   AC_CHECK_LIB([util], openpty)
   AC_CHECK_LIB([crypto], BF_set_key)
   AC_CHECK_LIB([pthread], pthread_create)
   AC_CHECK_LIB([sqlite3], sqlite3_reset)
 AC_CHECK_LIB([aitcrc], crcFletcher16)  AC_CHECK_LIB([aitcrc], crcFletcher16)
 AC_CHECK_LIB([aitio], io_allocVar)  AC_CHECK_LIB([aitio], io_allocVar)
 AC_CHECK_LIB([aitcfg], cfgLoadConfig)  AC_CHECK_LIB([aitcfg], cfgLoadConfig)
 AC_CHECK_LIB([aitmqtt], mqtt_msgAlloc)  AC_CHECK_LIB([aitmqtt], mqtt_msgAlloc)
 AC_CHECK_LIB([aitsched], schedRun)  AC_CHECK_LIB([aitsched], schedRun)
 AC_CHECK_LIB([crypto], BF_set_key)  
 AC_CHECK_LIB([pthread], pthread_create)  
 AC_CHECK_LIB([sqlite3], sqlite3_reset)  
 AC_CHECK_LIB([util], openpty)  
   
 # Checks for header files.  # Checks for header files.
 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h syslog.h unistd.h])  AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h syslog.h unistd.h])

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4


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