Skip to content

Commit bcc139b

Browse files
committed
fixup
1 parent 8761711 commit bcc139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ if test x$use_pkgconfig = xyes; then
11761176
AC_CHECK_HEADER([gmp.h], [
11771177
AC_CHECK_LIB([gmp], [__gmpz_init], [LIBS="$LIBS -lgmp"], [AC_MSG_ERROR([libgmp missing])])
11781178
], [AC_MSG_ERROR([libgmp headers missing])])
1179-
], [AC_MSG_ERROR([libgmp not found.])])
1179+
])
11801180
fi
11811181
11821182
if test "x$use_zmq" = "xyes"; then

0 commit comments

Comments
 (0)