move parentheseis around (hopefully better know)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7769 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -21,7 +21,7 @@ krb_cv_c_bigendian_compile,
|
|||||||
#include <sys/param.h>],[
|
#include <sys/param.h>],[
|
||||||
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|
#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|
||||||
bogus endian macros
|
bogus endian macros
|
||||||
#endif], krb_cv_c_bigendian_compile=yes, krb_cv_c_bigendian_compile=no)
|
#endif], krb_cv_c_bigendian_compile=yes, krb_cv_c_bigendian_compile=no)])
|
||||||
if test "$krb_cv_c_bigendian_compile" = "no"; then
|
if test "$krb_cv_c_bigendian_compile" = "no"; then
|
||||||
AC_CACHE_CHECK(whether byte ordering is bigendian, krb_cv_c_bigendian,[
|
AC_CACHE_CHECK(whether byte ordering is bigendian, krb_cv_c_bigendian,[
|
||||||
if test "$krb_cv_c_bigendian" = ""; then
|
if test "$krb_cv_c_bigendian" = ""; then
|
||||||
@@ -51,7 +51,6 @@ if test "$krb_cv_c_bigendian_compile" = "no"; then
|
|||||||
AC_DEFINE(WORDS_BIGENDIAN, 1, [define if target is big endian])dnl
|
AC_DEFINE(WORDS_BIGENDIAN, 1, [define if target is big endian])dnl
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
])
|
|
||||||
if test "$krb_cv_c_bigendian_compile" = "yes"; then
|
if test "$krb_cv_c_bigendian_compile" = "yes"; then
|
||||||
AC_DEFINE(ENDIANESS_IN_SYS_PARAM_H, 1, [define if sys/param.h defines the endiness])dnl
|
AC_DEFINE(ENDIANESS_IN_SYS_PARAM_H, 1, [define if sys/param.h defines the endiness])dnl
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user