Skip to content
Snippets Groups Projects
Commit cd5f0a4e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

comment

parent 4c22fc0a
No related branches found
No related tags found
No related merge requests found
...@@ -4317,7 +4317,7 @@ case "$UNAME" in ...@@ -4317,7 +4317,7 @@ case "$UNAME" in
;; ;;
Darwin*) Darwin*)
FLAGS="-DHAVE_NO_DLL ${FLAGS}" FLAGS="-DHAVE_NO_DLL ${FLAGS}"
if test "x$enable_gui" = "xno"; then if test "x$enable_gui" = "xno"; then
GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices" GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices"
fi fi
......
dnl $Id: configure.in,v 1.64 2005-06-06 22:26:12 geuzaine Exp $ dnl $Id: configure.in,v 1.65 2005-06-07 03:34:09 geuzaine Exp $
dnl dnl
dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -345,7 +345,7 @@ fi ...@@ -345,7 +345,7 @@ fi
dnl Check if the machine is big or little endian dnl Check if the machine is big or little endian
if test "x$UNAME" = "xDarwin"; then if test "x$UNAME" = "xDarwin"; then
dnl Apple guarantees that its compilers will define the macro: forcing dnl Apple guarantees that its compilers will define the macro: forcing
dnl the definition here would prevent building universal binaries dnl the definition here would prevent building "universal" binaries
echo "detected Darwin... no need to check byte ordering" echo "detected Darwin... no need to check byte ordering"
else else
AC_C_BIGENDIAN(FLAGS="-D__BIG_ENDIAN__ ${FLAGS}") AC_C_BIGENDIAN(FLAGS="-D__BIG_ENDIAN__ ${FLAGS}")
...@@ -369,6 +369,7 @@ case "$UNAME" in ...@@ -369,6 +369,7 @@ case "$UNAME" in
;; ;;
Darwin*) Darwin*)
dnl to build a universal binary, add "-arch ppc -arch i686"
FLAGS="-DHAVE_NO_DLL ${FLAGS}" FLAGS="-DHAVE_NO_DLL ${FLAGS}"
if test "x$enable_gui" = "xno"; then if test "x$enable_gui" = "xno"; then
GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices" GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment