summarylogtreecommitdiffstats
path: root/0001-Force-32-bits-compile.patch
blob: fad5f14a69b54f2b6e76cddfd48d5c19b9d34224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/configure
+++ b/configure
@@ -12253,12 +12253,6 @@
 printf "%s\n" "#define SIZEOF_VOID_P $ac_cv_sizeof_void_p" >>confdefs.h
 
 
-if test "$ac_cv_sizeof_void_p" -eq 4
-then :
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: PRRTE does not support 32 bit builds." >&5
-printf "%s\n" "$as_me: WARNING: PRRTE does not support 32 bit builds." >&2;}
-       as_fn_error $? "Cannot continue" "$LINENO" 5
-fi
 # The cast to long int works around a bug in the HP C Compiler
 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 # declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.