View | Details | Raw Unified | Return to bug 3085 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+6 lines)
Lines 522-527 SPP_MSG="no" Link Here
522
# the --with-solaris-privs option and --with-sandbox=solaris).
522
# the --with-solaris-privs option and --with-sandbox=solaris).
523
SOLARIS_PRIVS="no"
523
SOLARIS_PRIVS="no"
524
524
525
AC_CHECK_SIZEOF([size_t])
526
525
# Check for some target-specific stuff
527
# Check for some target-specific stuff
526
case "$host" in
528
case "$host" in
527
*-*-aix*)
529
*-*-aix*)
Lines 864-869 main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) Link Here
864
	case "$host" in
866
	case "$host" in
865
	x86_64-*)
867
	x86_64-*)
866
		seccomp_audit_arch=AUDIT_ARCH_X86_64
868
		seccomp_audit_arch=AUDIT_ARCH_X86_64
869
		# X32: AMD64 instructions in 32bit address space.
870
		if test "x$ac_cv_sizeof_size_t" = "x32" ; then
871
			seccomp_audit_arch=AUDIT_ARCH_I386
872
		fi
867
		;;
873
		;;
868
	i*86-*)
874
	i*86-*)
869
		seccomp_audit_arch=AUDIT_ARCH_I386
875
		seccomp_audit_arch=AUDIT_ARCH_I386

Return to bug 3085