Commit 6e20eae9 by Danny Smith Committed by François-Xavier Coudert

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

	* configure: Regenerate.

From-SVN: r127395
parent b21fbb68
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
......
...@@ -128,7 +128,7 @@ AC_DEFUN([LIBGFOR_GTHREAD_WEAK], [ ...@@ -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])
;; ;;
......
...@@ -32613,7 +32613,7 @@ _ACEOF ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment