diff options
-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) |