diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-04-25 18:34:36 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-04-25 18:34:36 (GMT) |
commit | 2b8733fb9b8a6be334a4c17165b79808b88b485d (patch) | |
tree | fe2351501393bae621c8085b4914c38d5ecc5d43 /configure | |
parent | bc37298e8418b24bd275094a74701da2652056c3 (diff) | |
download | cpython-2b8733fb9b8a6be334a4c17165b79808b88b485d.zip cpython-2b8733fb9b8a6be334a4c17165b79808b88b485d.tar.gz cpython-2b8733fb9b8a6be334a4c17165b79808b88b485d.tar.bz2 |
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 80444 . +# From configure.in Revision: 80449 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 3.2. # @@ -2907,7 +2907,7 @@ fi ##AC_ARG_WITH(dyld, -## AC_HELP_STRING([--with-dyld], +## AS_HELP_STRING([--with-dyld], ## [Use (OpenStep|Rhapsody) dynamic linker])) ## # Set name for machine-dependent library files |