diff options
author | 2007-05-06 19:15:08 +0000 | |
---|---|---|
committer | 2007-05-06 19:15:08 +0000 | |
commit | 42ad2d86bef218da50ab228b284f3d2ade34f358 (patch) | |
tree | 17e94eac1363102de428f65b856f5f48309432d4 /Makefile.am | |
parent | b318ebdf21c53036f6a2170b4758b5eea22892bf (diff) | |
download | paludis-42ad2d86bef218da50ab228b284f3d2ade34f358.tar.gz paludis-42ad2d86bef218da50ab228b284f3d2ade34f358.tar.xz |
It is --enable-python not --enable python.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 44e36c42a..5b1f9228a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip std-options EXTRA_DIST = autogen.bash automake-deps-dist-hack.tmp SUBDIRS = misc tr1 test paludis python ruby src doc hooks eselect vim bash-completion zsh-completion -DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --enable python \ +DISTCHECK_CONFIGURE_FLAGS = --enable-qa --enable-ruby --enable-glsa --enable-vim --enable-python \ --with-ruby-install-dir='$${DESTDIR}$${prefix}/ruby_dir' \ --with-repositories=default,cran \ --with-environments=default,portage \ |