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

686 ->386

parent 56d01b07
No related branches found
No related tags found
No related merge requests found
...@@ -5450,7 +5450,7 @@ case "$UNAME" in ...@@ -5450,7 +5450,7 @@ case "$UNAME" in
Darwin*) Darwin*)
FLAGS="-DHAVE_NO_DLL ${FLAGS}" FLAGS="-DHAVE_NO_DLL ${FLAGS}"
if test "x$enable_universal" = "xyes"; then if test "x$enable_universal" = "xyes"; then
FLAGS="-arch ppc -arch i686 ${FLAGS}" FLAGS="-arch ppc -arch i386 ${FLAGS}"
fi fi
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"
......
dnl $Id: configure.in,v 1.136 2007-11-26 13:11:50 geuzaine Exp $ dnl $Id: configure.in,v 1.137 2007-11-26 13:35:32 geuzaine Exp $
dnl dnl
dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle dnl Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
dnl dnl
...@@ -754,7 +754,7 @@ case "$UNAME" in ...@@ -754,7 +754,7 @@ case "$UNAME" in
Darwin*) Darwin*)
FLAGS="-DHAVE_NO_DLL ${FLAGS}" FLAGS="-DHAVE_NO_DLL ${FLAGS}"
if test "x$enable_universal" = "xyes"; then if test "x$enable_universal" = "xyes"; then
FLAGS="-arch ppc -arch i686 ${FLAGS}" FLAGS="-arch ppc -arch i386 ${FLAGS}"
fi fi
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.
Please register or to comment