diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-07-22 07:06:00 +0000 |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2008-07-22 07:06:00 +0000 |
| commit | 5a849d4911331b40e7effe842c7ea6fa69b32c3b (patch) | |
| tree | 5ecd23d7369da6d0528c1986d259c6fcb162c28b /configure.in | |
| parent | 0470bab69783c13447cb634fa403ef1067fe56d1 (diff) | |
| download | cpython-git-5a849d4911331b40e7effe842c7ea6fa69b32c3b.tar.gz | |
Fix buglet in fix for issue3381
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 67d7f969a1..0c96c5a88e 100644 --- a/configure.in +++ b/configure.in @@ -925,7 +925,7 @@ yes) BASECFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${BASECFLAGS}" - tgt=`sw_vers -productVersion | sed 's/\(10\.[0-9]*\).*/\1/'` + tgt=`sw_vers -productVersion | sed 's/\(10\.[[0-9]]*\).*/\1/'` if test "${UNIVERSALSDK}" != "/" -a "${tgt}" '>' '10.4' ; then CFLAGS="${UNIVERSAL_ARCH_FLAGS} -isysroot ${UNIVERSALSDK} ${CFLAGS}" fi |
