Skip to content

Commit

Permalink
keep things as they were if no homebrew is present
Browse files Browse the repository at this point in the history
  • Loading branch information
pedritomelenas committed Jun 23, 2024
1 parent 3eb19d0 commit bc408d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions m4/ax_zmq.m4
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ AC_DEFUN([AX_ZMQ], [
AS_IF([command -v brew >/dev/null 2>&1],[
AC_MSG_NOTICE([BREW detected])
with_zmq=$(brew --prefix)
ZMQ_LDFLAGS="-L${with_zmq}/opt/zeromq/lib"
ZMQ_CPPFLAGS="-I${with_zmq}/opt/zeromq/include"
])
ZMQ_LDFLAGS="-L${with_zmq}/opt/zeromq/lib"
ZMQ_CPPFLAGS="-I${with_zmq}/opt/zeromq/include"
])
HAVE_ZMQ=0
Expand Down

0 comments on commit bc408d7

Please sign in to comment.