From c2063fb722cfe5729e9696ff52ab4dafa3f5ca59 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 11 Dec 2015 14:40:13 +0100 Subject: [PATCH] Fixed f77zmq.h in configure --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c43b6593..77d395eb 100755 --- a/configure +++ b/configure @@ -141,7 +141,8 @@ zeromq = Info( f77zmq = Info( url='{head}/zeromq/f77_zmq/{tail}'.format(**path_github), description=' F77-ZeroMQ', - default_path=join(QP_ROOT_LIB, "libf77zmq.a")) + default_path=join(QP_ROOT_LIB, "libf77zmq.a") + " " + \ + join(QP_ROOT, "src", "ZMQ", "f77zmq.h") ) p_graphviz = Info( url='https://github.com/xflr6/graphviz/archive/master.tar.gz',