--- ansh/configure.in 2012/01/23 10:34:12 1.3 +++ ansh/configure.in 2012/07/22 22:41:33 1.4 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.3 2012/01/23 10:34:12 misho Exp $ +# $Id: configure.in,v 1.4 2012/07/22 22:41:33 misho Exp $ # -AC_INIT(ansh, 1.1, misho@elwix.org) +AC_INIT(ansh, 1.2, misho@elwix.org) AC_CONFIG_SRCDIR([src/anshd.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -24,7 +24,7 @@ AC_CHECK_LIB([crypto], [AES_ctr128_encrypt]) AC_CHECK_LIB([util], [openpty]) AC_CHECK_LIB([aitcrc], [crcAdler]) AC_CHECK_LIB([aitio], [ioForkPTY]) -AC_CHECK_LIB([aitsched], [schedRead]) +#AC_CHECK_LIB([aitsched], [schedRead]) # Checks for header files. AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h syslog.h unistd.h])