From 97cc7e66e052f3625fcb94f5d94fefda0fc7c6b9 Mon Sep 17 00:00:00 2001 From: TApplencourt Date: Mon, 14 Dec 2015 08:16:13 +0100 Subject: [PATCH] Fix head in configure --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure index 627a9ca7..d6c9fffe 100755 --- a/configure +++ b/configure @@ -156,14 +156,9 @@ bats = Info( d_info = dict() -<<<<<<< HEAD -for m in ["ocaml", "m4", "curl", "zlib", "path", "irpf90", "docopt", - "resultsFile", "ninja", "emsl", "ezfio", "p_graphviz",'bats']: -======= for m in ["ocaml", "m4", "curl", "zlib", "patch", "irpf90", "docopt", "resultsFile", "ninja", "emsl", "ezfio", "p_graphviz", "zeromq", "f77zmq" ]: ->>>>>>> LCPQ-master exec ("d_info['{0}']={0}".format(m))