diff options
author | 2015-04-01 20:24:27 +0200 | |
---|---|---|
committer | 2015-04-01 20:24:27 +0200 | |
commit | 8e5f8453167bc4a188c943ffb21c1b082b331fcb (patch) | |
tree | 5ff5ca5eff68835ee030db1fe8d59b27164187eb | |
parent | 9abea5b01597ce7fdf2ba643f4e5a55530390d6d (diff) | |
download | paludis-8e5f8453167bc4a188c943ffb21c1b082b331fcb.tar.gz paludis-8e5f8453167bc4a188c943ffb21c1b082b331fcb.tar.xz |
--enable-htmltidy was removed in 6306a6bedab8ac4f7cc810673a05ea08f8f24d16.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 46402464d..19e8ef2b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-ruby --enable-ruby-doc --enable-vim \ --with-environments=default,portage \ --with-clients=default,cave \ --with-default-distribution=giant-space-monkey \ - --enable-htmltidy --enable-search-index + --enable-search-index automake-deps-built-hack.tmp : built-sources-subdirs touch $@ |