From 6f9efd59ded02ad5b6561301e100f4b939a44240 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 Jun 2005 22:26:12 +0000 Subject: [PATCH] add comments --- configure | 2 +- configure.in | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1e588bc576..f6cd075115 100755 --- a/configure +++ b/configure @@ -4072,7 +4072,7 @@ if test "x$enable_parallel" = "xyes"; then fi if test "x$UNAME" = "xDarwin"; then - echo "detected Darwin... no need to check byte ordering" + echo "detected Darwin... no need to check byte ordering" else echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 diff --git a/configure.in b/configure.in index 21bb761887..7c47661552 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.63 2005-06-06 22:20:56 geuzaine Exp $ +dnl $Id: configure.in,v 1.64 2005-06-06 22:26:12 geuzaine Exp $ dnl dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle dnl @@ -344,6 +344,8 @@ fi dnl Check if the machine is big or little endian if test "x$UNAME" = "xDarwin"; then + dnl Apple guarantees that its compilers will define the macro: forcing + dnl the definition here would prevent building universal binaries echo "detected Darwin... no need to check byte ordering" else AC_C_BIGENDIAN(FLAGS="-D__BIG_ENDIAN__ ${FLAGS}") -- GitLab