diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:07:43 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:13 +0200 |
commit | ec9259f0034043edd2878a22be7f7c86e18c70b4 (patch) | |
tree | 04f1f4357f5d7595901a46b760c504d10f13d279 /configure.ac | |
parent | b74a52256ac71d68e9f004ed8d05b84e50660023 (diff) |
Remove --with-compat-libs configure option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 383863bbee..40f60431eb 100644 --- a/configure.ac +++ b/configure.ac @@ -294,17 +294,6 @@ AM_CONDITIONAL(HAVE_DBUS, [test "$have_dbus" = "yes"]) PKG_CHECK_MODULES(UDEV, [libudev]) # ------------------------------------------------------------------------------ -have_compat_libs=no -AC_ARG_ENABLE([compat_libs], AS_HELP_STRING([--enable-compat-libs],[Enable creation of compatibility libraries]), - [case "${enableval}" in - yes) have_compat_libs=yes ;; - no) have_compat_libs=no ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-compat-libs) ;; - esac], - [have_compat_libs=no]) -AM_CONDITIONAL([ENABLE_COMPAT_LIBS], [test "$have_compat_libs" = "yes"]) - -# ------------------------------------------------------------------------------ have_coverage=no AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable test coverage])) if test "x$enable_coverage" = "xyes" ; then @@ -1421,7 +1410,6 @@ AC_MSG_RESULT([ test coverage: ${have_coverage} Split /usr: ${enable_split_usr} SysV compatibility: ${SYSTEM_SYSV_COMPAT} - compatibility libraries: ${have_compat_libs} ldconfig support: ${enable_ldconfig} hibernate support: ${enable_hibernate} extra debugging: ${enable_debug} |