OSDN Git Service

v1.0.2.6
[ntch/develop.git] / configure.ac
index 6efc8f1..6e1a973 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([ntch], [1.0.1.8], [akohta001@gmail.com],[ntch],[https://sourceforge.jp/projects/ntch/])
+AC_INIT([ntch], [1.0.2.6], [akohta001@gmail.com],[ntch],[https://sourceforge.jp/projects/ntch/])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([config.h])
 
@@ -21,9 +21,10 @@ AC_CHECK_LIB([pthread], [pthread_create])
 AC_CHECK_LIB([sqlite3], [sqlite3_initialize])
 AC_CHECK_LIB([ssl], [SSL_library_init])
 AC_CHECK_LIB([z], [inflate])
+AC_CHECK_LIB([rt], [clock_gettime])
 
 # Checks for header files.
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h locale.h memory.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h wchar.h ndbm.h gdbm-ndbm.h])
+AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h locale.h memory.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h wchar.h ndbm.h gdbm-ndbm.h ncurses.h ncursesw/ncurses.h])
 
 # Checks for typedefs, structures, and compiler characteristics.
 AC_TYPE_PID_T