These tests were originally added by autoscan used on the source tree, but they are not "wired in", so there is no reason to keep them around. --- configure.in | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/configure.in b/configure.in index 8a60d71..7c04633 100644 --- a/configure.in +++ b/configure.in @@ -5,22 +5,6 @@ AM_INIT_AUTOMAKE([foreign subdir-objects 1.11]) LT_INIT([disable-static]) -AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h limits.h strings.h sys/file.h syslog.h unistd.h]) - -dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST -AC_TYPE_UID_T -AC_TYPE_PID_T -AC_TYPE_SIZE_T -AC_STRUCT_TM -dnl Checks for library functions. -AC_FUNC_ALLOCA -AC_FUNC_MEMCMP -AC_FUNC_STRFTIME -AC_FUNC_VPRINTF -AC_CHECK_FUNCS([getcwd]) - dnl Used in various scripts AC_PATH_PROG([ID], [id], [/us/bin/id]) AC_PATH_PROG([USERMOD], [usermod], [/usr/sbin/usermod]) -- 1.7.5.rc1 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
