We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc41b9 commit 591d2deCopy full SHA for 591d2de
configure.ac
@@ -149,9 +149,6 @@ if test "x$standard_secp" = "xyes"; then
149
fi
150
151
if test "x$minimal" = "xyes"; then
152
- if test "x$elements" = "xno"; then
153
- AC_MSG_FAILURE([ERROR: Minimal mode requires Elements support to be enabled])
154
- fi
155
AX_CHECK_COMPILE_FLAG([-DBUILD_MINIMAL=1], [AM_CFLAGS="$AM_CFLAGS -DBUILD_MINIMAL=1"])
156
157
0 commit comments