Skip to content

Commit bfce337

Browse files
committed
[configure] sigh, missed test
1 parent 5df522e commit bfce337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ AM_CONDITIONAL(HAVE_CARGO, test x"$CARGO_CMD" != x"")
290290
AM_CONDITIONAL(HAVE_LIBCURL, test x"$LIBCURL" != x"")
291291
AM_CONDITIONAL([CROSS_COMPILING], [ test x"$cross_compiling" != x"no" ])
292292
AM_CONDITIONAL(HAVE_CHECK_JSONSCHEMA, test x"$CHECK_JSONSCHEMA" != x"")
293-
AM_CONDITIONAL(HAVE_WINDRES, test x"$WINDRES" != x"" && "x$ac_cv_header_windows_h" != x"no")
293+
AM_CONDITIONAL(HAVE_WINDRES, test x"$WINDRES" != x"" && test "x$ac_cv_header_windows_h" != x"no")
294294

295295
AS_VAR_SET(USER_CXXFLAGS, ["$CXXFLAGS"])
296296
AC_SUBST(USER_CXXFLAGS)

0 commit comments

Comments
 (0)