diff --git a/configure.ac b/configure.ac index f56ed81..880f17c 100644 --- a/configure.ac +++ b/configure.ac @@ -187,13 +187,6 @@ if test "x$ob_cv_with_zlib" != xno; then ) fi -AC_ARG_ENABLE(compat, - AC_HELP_STRING([--disable-compat], [don't include isync compatibility wrapper [no]]), - [ob_cv_enable_compat=$enableval]) -if test "x$ob_cv_enable_compat" != xno; then - AC_CHECK_FUNCS(getopt_long) -fi -AM_CONDITIONAL(with_compat, test "x$ob_cv_enable_compat" != xno -a "x$ac_cv_berkdb4" = xyes) AM_CONDITIONAL(with_mdconvert, test "x$ac_cv_berkdb4" = xyes) AC_CONFIG_FILES([Makefile src/Makefile isync.spec]) diff --git a/isync.spec.in b/isync.spec.in index fa9fb00..6298a96 100644 --- a/isync.spec.in +++ b/isync.spec.in @@ -30,6 +30,6 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} rm -rf $RPM_BUILD_ROOT %files -%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample src/compat/isyncrc.sample +%doc AUTHORS COPYING NEWS README TODO ChangeLog src/mbsyncrc.sample %{_bindir}/* %{_mandir}/man1/*