diff options
author | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-12-28 14:02:11 +0000 |
---|---|---|
committer | Keith Bostic <keith.bostic@wiredtiger.com> | 2011-12-28 14:02:11 +0000 |
commit | 5c15f5bf84c6a907a263c5f5b45ad5991443165b (patch) | |
tree | f331a6b391f46fe342393cda40aa94069ed210d1 /build_posix | |
parent | ca94a02725e893fef4af78773fbd523d08a63dbf (diff) | |
download | mongo-5c15f5bf84c6a907a263c5f5b45ad5991443165b.tar.gz |
Michael says we can build extensions in static librarires.
Diffstat (limited to 'build_posix')
-rw-r--r-- | build_posix/aclocal/options.m4 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build_posix/aclocal/options.m4 b/build_posix/aclocal/options.m4 index 805e29a5966..065b5346695 100644 --- a/build_posix/aclocal/options.m4 +++ b/build_posix/aclocal/options.m4 @@ -26,9 +26,6 @@ no) wt_cv_enable_bzip2=no;; esac AC_MSG_RESULT($wt_cv_enable_bzip2) AM_CONDITIONAL([BZIP2], [test x$wt_cv_enable_bzip2 = xyes]) -if test "$enable_shared" = "no"; then - AC_MSG_ERROR([--enable-bzip2 requires shared libraries]) -fi AC_MSG_CHECKING(if --enable-debug option specified) AC_ARG_ENABLE(debug, @@ -76,9 +73,6 @@ no) wt_cv_enable_snappy=no;; esac AC_MSG_RESULT($wt_cv_enable_snappy) AM_CONDITIONAL([SNAPPY], [test x$wt_cv_enable_snappy = xyes]) -if test "$enable_shared" = "no"; then - AC_MSG_ERROR([--enable-snappy requires shared libraries]) -fi AH_TEMPLATE(HAVE_VERBOSE, [Define to 1 to support the Env.verbose_set method.]) AC_MSG_CHECKING(if --enable-verbose option specified) |