fuck! don't perform ssl handshake for blocked hosts!
[mediator.git] / Jamrules.configure
blob304bd18841a79e7939fc834ef2d1396d71cefcf3
1 rule -configure-options-help- {
2   Echo "jam configure supports:" ;
3   Echo "  --prefix=dir           [/usr/local]" ;
4   Exit "" ;
8 rule -configure- {
9   #-configure-pkg-config- "Pango" : "pango >= 1.34.1" : : : "you need at least pango 1.34.1!" ;
10   -configure-add-line- "# other" ;
11   -configure-add-line- "CFLAGS.all += -pthread ;" ;
12   -configure-add-line- "LINKFLAGS.all += -pthread ;" ;
13   -configure-add-line- "LINKLIBS.all += -lanl ; # getaddrinfo_a" ;
14   -configure-add-line- "LINKFLAGS.all += -lz ;" ; # polarssl
15   #-configure-add-line- "LINKLIBS.all += -lrt ; # for glib < 2.17" ;
16 #  Echo-n "checking for git and repo ..." ;
17 #  if [ Command which git : no-output exit-code ] == 0 {
18 #    if [ Command test -d $(TOP)/.git : no-output exit-code ] == 0 {
19 #      githere = tan ;
20 #    }
21 #  }
22 #  Echo "$(githere)" ;
23 #  -configure-add-line- "_USE_GIT_VERSION = $(githere) ;" ;
24   -configure-add-line- "_USE_GIT_VERSION = ;" ;
28 rule -configure-preinit- {
32 configure ;