--- 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.4.rc2 ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
