summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-08-30 14:32:02 (GMT)
committerTrent Nelson <trent@trent.me>2012-08-30 14:32:02 (GMT)
commita45afcada37d7945a97ed6d0c241f0b0468e7932 (patch)
treea368751e55b6664493975ab8a4b0716700c949ed /configure.ac
parentecc4757b79c7d8f7b09fbc2e8b24258c22cfed12 (diff)
downloadcpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.zip
cpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.tar.gz
cpython-a45afcada37d7945a97ed6d0c241f0b0468e7932.tar.bz2
Issue #15819: Fix out-of-tree builds from a readonly source.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 138d562..84d723a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -869,6 +869,7 @@ bsdos*|hp*|HP*)
fi
esac
AC_PROG_INSTALL
+AC_PROG_MKDIR_P
# Not every filesystem supports hard links
AC_SUBST(LN)