The Samba-Bugzilla – Attachment 3402 Details for
Bug 5604
Fix for detecting PYTHON and PYTHON_CONFIG in scripting/python/config.m4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
patch_samba4_detect_PYTHON.diff (text/plain), 478 bytes, created by
Michael Ströder
on 2008-07-10 03:21:11 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Michael Ströder
Created:
2008-07-10 03:21:11 UTC
Size:
478 bytes
patch
obsolete
>--- scripting/python/config.m4.old 2008-07-10 10:20:11.000000000 +0200 >+++ scripting/python/config.m4 2008-07-10 10:15:59.000000000 +0200 >@@ -7,7 +7,11 @@ > > AC_PROG_SWIG(1.3.35) > >-AC_PATH_PROG([PYTHON],[python[$PYTHON_VERSION]]) >+if test -z "$PYTHON_VERSION"; then >+ AC_PATH_PROGS([PYTHON], [python2.6 python2.5 python2.4 python]) >+else >+ AC_PATH_PROG([PYTHON], [python[$PYTHON_VERSION]]) >+fi > if test -z "$PYTHON"; then > working_python=no > AC_MSG_WARN([No python found])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5604
: 3402