[Commits] (morgen) Don't need to search for python in Resources
directory, it's in bin
commits at osafoundation.org
commits at osafoundation.org
Mon Jan 26 11:40:36 PST 2004
Commit by: morgen
Modified files:
osaf/chandler/persistence/libxslt/configure 1.2 1.3
Log message:
Don't need to search for python in Resources directory, it's in bin
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/persistence/libxslt/configure.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: osaf/chandler/persistence/libxslt/configure
diff -u osaf/chandler/persistence/libxslt/configure:1.2 osaf/chandler/persistence/libxslt/configure:1.3
--- osaf/chandler/persistence/libxslt/configure:1.2 Mon Jan 26 11:23:44 2004
+++ osaf/chandler/persistence/libxslt/configure Mon Jan 26 11:40:05 2004
@@ -20765,10 +20765,6 @@
then
echo Found python in $with_python/bin/python_d
PYTHON="$with_python/bin/python_d"
- elif test -x "$with_python/Resources/Python.app/Contents/MacOS/Python"
- then
- echo Found python in $with_python/Resources/Python.app/Contents/MacOS/Python
- PYTHON="$with_python/Resources/Python.app/Contents/MacOS/Python"
else
if test -x "$with_python"
then
More information about the Commits
mailing list