summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-26 14:29:30 +0100
committersb <sb@openoffice.org>2010-03-26 14:29:30 +0100
commit4d4470013fe07330a7f0fbcd43c8259ae154c089 (patch)
tree2a1341c24cfff57e08d5bc41686efd3a0de8e6bc /configure
parent058dab8dcb55c7741c0b858c3f4baa952c0872ad (diff)
sb120: #i106059# fixed previous fix
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 4016e47c67ba..7a81e53e2be6 100755
--- a/configure
+++ b/configure
@@ -15016,7 +15016,8 @@ if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
echo "${ECHO_T}compiling against MacOSX10.4u.sdk (python version 2.3)" >&6; }
PYTHON_CFLAGS="-I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3"
PYTHON_LIBS="-framework Python"
-elif test "$with_system_python" != "no" -o -n "$with_system_libs"; then
+elif test -n "$with_system_python" -o -n "$with_system_libs" && \
+ test "$with_system_python" != "no"; then
with_system_python=yes
{ echo "$as_me:$LINENO: result: external" >&5
echo "${ECHO_T}external" >&6; }