Skip to content

Instantly share code, notes, and snippets.

@msabramo
Created June 7, 2012 23:38
Show Gist options
  • Select an option

  • Save msabramo/2892431 to your computer and use it in GitHub Desktop.

Select an option

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
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