summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:19:36 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-06-08 21:19:36 (GMT)
commite6e62678d99c0ff9be665aed23861fb9af447d6a (patch)
treea1a8d96d906f15c3ab95bae3ea630380da677dde /configure
parentda202881771d96ee38386688e297d9432b69f597 (diff)
downloadcpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.zip
cpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.tar.gz
cpython-e6e62678d99c0ff9be665aed23861fb9af447d6a.tar.bz2
Merged revisions 73305 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines This is a fix for Issue5809: you shouldn't specify both --enable-framework and --enable-shared ........
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure b/configure
index 69f15ac..8195c4d 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 72275 .
+# From configure.in Revision: 72873 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 2.6.
#
@@ -12951,6 +12951,12 @@ _ACEOF
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
+ if test $enable_shared = "yes"
+ then
+ { { echo "$as_me:$LINENO: error: Specifying both --enable-shared and --enable-framework is not supported, use only --enable-framework instead" >&5
+echo "$as_me: error: Specifying both --enable-shared and --enable-framework is not supported, use only --enable-framework instead" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }