Skip to content

Instantly share code, notes, and snippets.

@ainvyu
Created April 5, 2012 16:31
Show Gist options
  • Save ainvyu/2312365 to your computer and use it in GitHub Desktop.
Save ainvyu/2312365 to your computer and use it in GitHub Desktop.
debug2
Index: auto.def
===================================================================
--- auto.def
+++ auto.def
@@ -96,11 +96,11 @@
} else {
set msg "ssl in $dir"
set cflags "-I$dir/include"
set ldflags "-L$dir/include"
}
- if {[check-for-openssl $msg "$cflags $ldflags"} {
+ if {[check-for-openssl $msg "$cflags $ldflags"]} {
incr found
break
}
}
}
ADDED autosetup/local.tcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment