Skip to content

Commit 44bcdfe

Browse files
committed
Use --without-docs if libzmq isn't v4.1.6
* To silent deprecation warning.
1 parent 0646987 commit 44bcdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_libzmq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ test -f configure || ./autogen.sh
2525
if [ "$ZMQ" = "4.1.6" ]; then
2626
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared --without-documentation ;
2727
else
28-
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-documentation ;
28+
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-docs ;
2929
fi
3030
make -j 2
3131
make install

0 commit comments

Comments
 (0)