0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Fix missing ac result messages.

This commit is contained in:
Jason Volk 2022-06-13 15:50:26 -07:00
parent 598abec673
commit 0807ff3bee

View file

@ -1994,6 +1994,7 @@ RB_HELP_STRING([--with-included-pbc], [Use the libpbc sources from included subm
AC_MSG_ERROR([Failed to build Pairing-Based Cryptography library included submodule])
])
], [
AC_MSG_RESULT([no])
with_included_pbc="no"
PKG_CHECK_MODULES(pbc, [pbc],
[