mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
fixed make dist for non pgm configuration
This commit is contained in:
parent
102077471c
commit
7cb02fb3e7
@ -488,6 +488,9 @@ if test "x$with_pgm2_ext" != "xno"; then
|
||||
AC_DEFINE(ZMQ_HAVE_OPENPGM, 1, [Have OpenPGM v1 or v2 extension.])
|
||||
AC_DEFINE(ZMQ_HAVE_OPENPGM2, 1, [Have OpenPGM v2 extension.])
|
||||
pgm2_ext="yes"
|
||||
else
|
||||
# Fallback for make dist.
|
||||
pgm_basename=${pgm2_basename}
|
||||
fi
|
||||
|
||||
AC_SUBST(pgm_basename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user