* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.

* configure: Regenerate.

From-SVN: r127395
This commit is contained in:
Danny Smith 2007-08-13 12:21:35 +00:00 committed by François-Xavier Coudert
parent b21fbb687b
commit 6e20eae994
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-08-13 Danny Smith <dannysmit@users.sourceforge.net>
* acinclude.m4 (GTHREAD_USE_WEAK) Define to 0 for mingw32.
* configure: Regenerate.
2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-08-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/30964 PR fortran/30964

View File

@ -128,7 +128,7 @@ AC_DEFUN([LIBGFOR_GTHREAD_WEAK], [
[Define to 1 if the target supports #pragma weak]) [Define to 1 if the target supports #pragma weak])
fi fi
case "$host" in case "$host" in
*-*-darwin* | *-*-hpux* | *-*-cygwin*) *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* )
AC_DEFINE(GTHREAD_USE_WEAK, 0, AC_DEFINE(GTHREAD_USE_WEAK, 0,
[Define to 0 if the target shouldn't use #pragma weak]) [Define to 0 if the target shouldn't use #pragma weak])
;; ;;

View File

@ -32613,7 +32613,7 @@ _ACEOF
fi fi
case "$host" in case "$host" in
*-*-darwin* | *-*-hpux* | *-*-cygwin*) *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* )
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<\_ACEOF
#define GTHREAD_USE_WEAK 0 #define GTHREAD_USE_WEAK 0