From 5edfe9a0f6c25b33f94b4f5e1db8ad6b16cfb486 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 8 Jan 2000 10:34:44 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7771 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-bigendian.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/krb-bigendian.m4 b/cf/krb-bigendian.m4 index 739307051..5d4fc6aa4 100644 --- a/cf/krb-bigendian.m4 +++ b/cf/krb-bigendian.m4 @@ -29,7 +29,7 @@ if test "$krb_cv_c_bigendian_compile" = "no"; then fi AC_TRY_COMPILE([ #include -#include ],[ +#include ],[ #if BYTE_ORDER != BIG_ENDIAN not big endian #endif], krb_cv_c_bigendian=yes, krb_cv_c_bigendian=no)