From 8d35cf142562c04a79a7bc021c6bbca2a8c66f92 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 16 Jun 2015 14:52:20 +0200 Subject: [PATCH] configure --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 635325f4..05128976 100755 --- a/configure +++ b/configure @@ -128,7 +128,7 @@ ezfio = Info( d_info = dict() -for m in ["ocaml", "m4", "curl", "zlib", "path", "irpf90", "docopt", +for m in ["ocaml", "m4", "curl", "zlib", "path", "irpf90", "docopt", "gcc", "resultsFile", "ninja", "emsl", "ezfio"]: exec ("d_info['{0}']={0}".format(m)) @@ -188,7 +188,7 @@ def checking(d_dependency): print "To old version (need >2.5). Abort" sys.exit(1) - def check_availabiliy(binary): + def check_availability(binary): """ If avalabie return the path who can can't find the binary else return 0 @@ -238,7 +238,7 @@ def checking(d_dependency): for i in d_dependency.keys(): print "Checking {0:>{1}}...".format(i, length), - r = check_availabiliy(i) + r = check_availability(i) if r: print "[ OK ] ( {0} )".format(r.strip()) l_installed[i] = r.strip()