forked from AuroraMiddleware/gtk
Set MATH_LIB to empty also on Win32.
2002-03-15 Tor Lillqvist <tml@iki.fi> * configure.in: Set MATH_LIB to empty also on Win32.
This commit is contained in:
parent
4997dc2aa5
commit
a1a8f1b6c3
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-03-15 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* configure.in: Set MATH_LIB to empty also on Win32.
|
||||
|
||||
Fri Mar 15 15:37:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdrawable-x11.c (convert_to_format):
|
||||
|
@ -132,10 +132,12 @@ esac
|
||||
AC_MSG_RESULT([$platform_win32])
|
||||
AM_CONDITIONAL(PLATFORM_WIN32, test "$platform_win32" = "yes")
|
||||
|
||||
MATH_LIB=-lm
|
||||
AC_MSG_CHECKING([for native Win32])
|
||||
case "$host" in
|
||||
*-*-mingw*)
|
||||
os_win32=yes
|
||||
MATH_LIB=
|
||||
;;
|
||||
*)
|
||||
os_win32=no
|
||||
@ -383,7 +385,6 @@ AC_TRY_RUN([#include <math.h>
|
||||
)
|
||||
LIBS=$gtk_save_LIBS
|
||||
|
||||
MATH_LIB=-lm
|
||||
AC_MSG_CHECKING(for the BeOS)
|
||||
case $host in
|
||||
*-*-beos*)
|
||||
|
Loading…
Reference in New Issue
Block a user