diff options
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 ce48386..3ba4417 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf 2.0 or later to make a configure script. AC_REVISION($Revision$) AC_PREREQ(2.0) AC_INIT(Include/object.h) -AC_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(pyconfig.h) # Set VERSION so we only need to edit in one place (i.e., here) AC_SUBST(VERSION) |