diff options
author | Brian Harring <ferringb@gentoo.org> | 2004-11-20 15:16:54 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2004-11-20 15:16:54 +0000 |
commit | a04114077727cf56e1d5e8fb378193019c0dfbe5 (patch) | |
tree | 4d3e666993015e350e907d3c9e08634442db0a45 /configure.in | |
parent | null termination bug. (diff) | |
download | portage-cvs-a04114077727cf56e1d5e8fb378193019c0dfbe5.tar.gz portage-cvs-a04114077727cf56e1d5e8fb378193019c0dfbe5.tar.bz2 portage-cvs-a04114077727cf56e1d5e8fb378193019c0dfbe5.zip |
logic tweak to install just .pyc's.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b07209b..34bb822 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ AC_HELP_STRING([--enable-just-compiled-sources],[install just the bytecode, not no) enable_py_sources=true;; *) AC_MSG_ERROR(bad value ${enableval} for --enable-just-compiled-sources);; esac], -[enable_py_sources=false]) +[enable_py_sources=true]) if test x$enable_missingos = xauto then |