Skip to content

Commit 591d2de

Browse files
committed
build: allow minimal builds without elements support
1 parent 8fc41b9 commit 591d2de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

configure.ac

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ if test "x$standard_secp" = "xyes"; then
149149
fi
150150

151151
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
155152
AX_CHECK_COMPILE_FLAG([-DBUILD_MINIMAL=1], [AM_CFLAGS="$AM_CFLAGS -DBUILD_MINIMAL=1"])
156153
fi
157154

0 commit comments

Comments
 (0)