mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[configure.ac] Fix break error
This commit is contained in:
parent
12d4f4fcf0
commit
355287202d
@ -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([[
|
||||
|
Loading…
x
Reference in New Issue
Block a user