Explorar o código

[configure] Small fix in sigaltstack() checking on cross-compiler case (#12365)

Alexis Christoforides %!s(int64=7) %!d(string=hai) anos
pai
achega
cbfd736864
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      configure.ac

+ 2 - 1
configure.ac

@@ -2588,7 +2588,8 @@ if test x$host_win32 = xno; then
 	if test "x$with_sigaltstack" != "xyes"; then
 		AC_MSG_RESULT(disabled)
 	elif test "x$cross_compiling" = "xyes"; then
-		AC_MSG_RESULT(cross compiling, assuming yes)
+		AC_MSG_RESULT(cross compiling, assuming no)
+		with_sigaltstack=no
 	else
 		AC_TRY_RUN([
 			#include <stdio.h>