diff --git a/configure b/configure index 0f414621..b217cbea 100755 --- a/configure +++ b/configure @@ -251,12 +251,6 @@ def checking(d_dependency): except (OSError,subprocess.CalledProcessError): default_path = d_info[binary].default_path - if binary == 'f77zmq': - print ' ------------------- ' - print ' ------------------- ' - print default_path - print ' ------------------- ' - print ' ------------------- ' if os.path.exists(default_path): return default_path else: