--- configure.in | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in index 1049c82..f4f7080 100644 --- a/configure.in +++ b/configure.in @@ -3,9 +3,7 @@ AC_INIT([openCryptoki],[2.3.3],[[email protected]]) AM_INIT_AUTOMAKE([foreign 1.11]) -dnl Checks for header files. -AC_DISABLE_STATIC -LT_INIT +LT_INIT([disable-static]) AC_HEADER_STDC AC_CHECK_HEADERS([fcntl.h limits.h strings.h sys/file.h syslog.h unistd.h]) -- 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
