summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-03-21 01:30:17 +0000
committermsheby <>2008-03-21 01:30:17 +0000
commitcd6809f1fb91024d31a62c632e500acbf4791048 (patch)
tree05100d7b772b3782d91ebe8fe14a768970ee94c4
parent8c9c541935897910d125ce99fc62579825c424bf (diff)
Comment out tests.
-rw-r--r--configure.ac26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index ad4dc0b..3583b00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,23 +36,23 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
AC_CHECK_LIB([pthread], [pthread_create])
# Checks for header files.
-AC_HEADER_DIRENT
-AC_HEADER_STDC
-AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h wchar.h])
+#AC_HEADER_DIRENT
+#AC_HEADER_STDC
+#AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h wchar.h])
# Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
-AC_C_INLINE
-AC_TYPE_OFF_T
-AC_TYPE_SIZE_T
-AC_STRUCT_TM
+#AC_C_CONST
+#AC_C_INLINE
+#AC_TYPE_OFF_T
+#AC_TYPE_SIZE_T
+#AC_STRUCT_TM
# Checks for library functions.
-AC_FUNC_CLOSEDIR_VOID
-AC_FUNC_MALLOC
-AC_FUNC_MEMCMP
-AC_FUNC_STAT
-AC_CHECK_FUNCS([getcwd memset regcomp strchr strerror strrchr strstr strtol])
+#AC_FUNC_CLOSEDIR_VOID
+#AC_FUNC_MALLOC
+#AC_FUNC_MEMCMP
+#AC_FUNC_STAT
+#AC_CHECK_FUNCS([getcwd memset regcomp strchr strerror strrchr strstr strtol])
AC_CONFIG_FILES([Makefile
src/Makefile])