1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04: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 esac
if test -n "$CONFIG_QUICKJS"; then if test "x$CONFIG_QUICKJS" = x; then
break
else
AC_MSG_CHECKING([for QuickJS]) AC_MSG_CHECKING([for QuickJS])
AC_LINK_IFELSE( AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[ [AC_LANG_PROGRAM([[