diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-03-15 17:08:34 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-03-15 17:08:34 (GMT) |
commit | 93a0ef16c939581fb366897d2f07c395601f8ddf (patch) | |
tree | d7d4f64ed1af9a152dd341692dcb8353e4fecd71 /configure.ac | |
parent | a4e018889ac3537e10b48811b4be6356e633b8a0 (diff) | |
download | cpython-93a0ef16c939581fb366897d2f07c395601f8ddf.zip cpython-93a0ef16c939581fb366897d2f07c395601f8ddf.tar.gz cpython-93a0ef16c939581fb366897d2f07c395601f8ddf.tar.bz2 |
- Issue #14321: Do not run pgen during the build if files are up to date.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 47ba787..a38a5cc 100644 --- a/configure.ac +++ b/configure.ac @@ -848,6 +848,7 @@ bsdos*|hp*|HP*) fi esac AC_PROG_INSTALL +AC_PROG_MKDIR_P # Not every filesystem supports hard links AC_SUBST(LN) |