[
DARWIN_GCC_WEAK_LINKAGE_BUG="no"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
AC_MSG_CHECKING(for weak linkage bug (Apple gcc.3.3) )
#! /bin/sh
-# From configure.in Revision: 1.231 .
+# From configure.in Revision: 1.232 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for deal.II 5.3.pre.
#
DARWIN_GCC_WEAK_LINKAGE_BUG="no"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
echo "$as_me:$LINENO: checking for weak linkage bug (Apple gcc.3.3) " >&5
echo $ECHO_N "checking for weak linkage bug (Apple gcc.3.3) ... $ECHO_C" >&6
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
shared_lib_suffix=".dylib"
darwin_shared_lib="yes"
;;
SHLIBFLAGS="-shared"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
SHLIBFLAGS="-dynamiclib"
;;
esac
else
LDFLAGSSTATIC="-static"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
LDFLAGSSTATIC=""
;;
esac
dnl TODO Maybe the major version number should be inserted before .dylib
dnl (.5.dylib for example).
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
shared_lib_suffix=".dylib"
darwin_shared_lib="yes"
;;
SHLIBFLAGS="-shared"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
SHLIBFLAGS="-dynamiclib"
;;
esac
dnl LDFLAGSSTATIC variable and check -static through AC_TRY_LINK.
LDFLAGSSTATIC="-static"
case "$target" in
- powerpc-apple-darwin* )
+ *-apple-darwin* )
LDFLAGSSTATIC=""
;;
esac
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams