Index: library/mongodb/configure.ac =================================================================== diff -u -r1c9684a6be93da0beb9e73d6ff02ed2b6f014c19 -r75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812 --- library/mongodb/configure.ac (.../configure.ac) (revision 1c9684a6be93da0beb9e73d6ff02ed2b6f014c19) +++ library/mongodb/configure.ac (.../configure.ac) (revision 75f11a9a1c2b7370a3aa39c9b7fc1b98c5da7812) @@ -20,7 +20,7 @@ # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([nsfmongo], [0.4]) +AC_INIT([nsfmongo], [2.2]) AC_CONFIG_MACRO_DIR([m4]) #-------------------------------------------------------------------- @@ -29,7 +29,7 @@ # as well as PKG_LIB_FILE and PKG_STUB_LIB_FILE. #-------------------------------------------------------------------- -TEA_INIT([3.9]) +TEA_INIT([3.10]) AC_CONFIG_AUX_DIR([../../tclconfig]) @@ -59,7 +59,11 @@ AC_ARG_ENABLE([profile], AS_HELP_STRING([--enable-profile], [build nsf with profile support (default: disabled)]), [enable_profile=$enableval], [enable_profile=no]) +AC_ARG_ENABLE([assertions], + AS_HELP_STRING([--enable-assertions],[build nsf with assertion support (default: enabled)]), + [enable_assertions=$enableval], [enable_assertions=yes]) + #-------------------------------------------------------------------- # Load the tclConfig.sh file #--------------------------------------------------------------------