From 355287202d854341fa773a8837034a12d6590bc9 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 21 Dec 2021 13:22:44 +0100 Subject: [PATCH] [configure.ac] Fix break error --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 04648dc2..a84233d0 100644 --- a/configure.ac +++ b/configure.ac @@ -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([[