summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-27 02:15:14 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-02-27 02:15:14 (GMT)
commitacbf9ef784226081b4960a9455050d494ddafaf5 (patch)
tree48822eb6839be0eb8a7ed5405418ef322c9beb8a /configure
parent3c823aa4b64653043ac8cdcb858b4042087862b0 (diff)
downloadcpython-acbf9ef784226081b4960a9455050d494ddafaf5.zip
cpython-acbf9ef784226081b4960a9455050d494ddafaf5.tar.gz
cpython-acbf9ef784226081b4960a9455050d494ddafaf5.tar.bz2
Don't create the Include directory if building outside of the source
directory. Closes SF #403930.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 8a95a43..57545d3 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.204
+# From configure.in Revision: 1.205
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -5020,7 +5020,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
@@ -6147,7 +6147,7 @@ fi
#fi
-SRCDIRS="Include Parser Grammar Objects Python Modules"
+SRCDIRS="Parser Grammar Objects Python Modules"
echo $ac_n "checking for build directories""... $ac_c" 1>&6
echo "configure:6153: checking for build directories" >&5
for dir in $SRCDIRS; do