You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.ac
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10011,3 +10011,10 @@ if test "$MINGW_LIB_WARNING" = "yes"
10011
10011
then
10012
10012
AC_MSG_WARN([Building with shared and static library at the same time on this system may cause export/import problems when using non contemporary GNU tools.])
10013
10013
fi
10014
+
10015
+
if test -n "$WITH_MAX_ECC_BITS"; then
10016
+
if test "$WITH_MAX_ECC_BITS" -lt "$ENABLED_ECCMINSZ"; then
10017
+
AC_MSG_ERROR([--with-max-ecc-bits argument ($WITH_MAX_ECC_BITS) must be greater than --with-eccminsz argument ($ENABLED_ECCMINSZ)])
0 commit comments