Created
June 7, 2012 23:38
-
-
Save msabramo/2892431 to your computer and use it in GitHub Desktop.
Tweak to jcea's Python configure.in to make DTrace work on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r 07656ca4aff7 configure.in | |
| --- a/configure.in Fri Apr 13 14:34:03 2012 +0200 | |
| +++ b/configure.in Thu Jun 07 16:38:42 2012 -0700 | |
| @@ -2664,8 +2664,7 @@ | |
| then | |
| DTRACE_NM=OTHER | |
| DTRACE_LINKER=ld | |
| - #if dtrace -G -o /dev/null Include/pydtrace.d 2>/dev/null | |
| - if true | |
| + if dtrace -G -o /dev/null Include/pydtrace.d 2>/dev/null | |
| then | |
| if test "$ac_sys_system/$ac_sys_release" = "SunOS/5.10" | |
| then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment