diff options
author | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-26 18:24:40 (GMT) |
commit | 6085e32a753a01e1ea0db54517a02e0fe4c1a76e (patch) | |
tree | d6a318efa92596fad342f99efa78195895157ab6 /configure | |
parent | 1dfec14f833f284c85a661166e237006dd1d773e (diff) | |
download | cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.zip cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.gz cpython-6085e32a753a01e1ea0db54517a02e0fe4c1a76e.tar.bz2 |
Alpha 1.0.0
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1' # A filename unique to this package, relative to the directory that # configure is in, which we can look for to find out if srcdir is correct. -unique_file=Py/object.h +unique_file=Include/object.h # Find the source files, if location was not specified. if test -z "$srcdir"; then |