1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[configure.ac] Fix break error

This commit is contained in:
Witold Filipczyk 2021-12-21 13:22:44 +01:00
parent 12d4f4fcf0
commit 355287202d

View File

@ -653,9 +653,7 @@ case "$with_quickjs" in
;;
esac
if test -n "$CONFIG_QUICKJS"; then
break
else
if test "x$CONFIG_QUICKJS" = x; then
AC_MSG_CHECKING([for QuickJS])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[