Remove SOEXT stuff; it doesn't work portably.

Mon Jan 27 16:38:13 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Remove SOEXT stuff; it doesn't work portably.
This commit is contained in:
Owen Taylor 2003-01-27 23:22:30 +00:00 committed by Owen Taylor
parent 6c616fa842
commit d7e98787e1
6 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove SOEXT stuff; it doesn't work portably.
Mon Jan 27 22:45:15 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if

View File

@ -1,3 +1,7 @@
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove SOEXT stuff; it doesn't work portably.
Mon Jan 27 22:45:15 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if

View File

@ -1,3 +1,7 @@
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove SOEXT stuff; it doesn't work portably.
Mon Jan 27 22:45:15 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if

View File

@ -1,3 +1,7 @@
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove SOEXT stuff; it doesn't work portably.
Mon Jan 27 22:45:15 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if

View File

@ -1,3 +1,7 @@
Mon Jan 27 16:38:13 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Remove SOEXT stuff; it doesn't work portably.
Mon Jan 27 22:45:15 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreestore.c (gtk_tree_store_move): don't handle b if

View File

@ -149,16 +149,13 @@ case "$host" in
*-*-mingw*)
os_win32=yes
MATH_LIB=
SOEXT=dll
;;
*)
os_win32=no
SOEXT=so
;;
esac
AC_MSG_RESULT([$os_win32])
AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
AC_SUBST(SOEXT)
if test "$os_win32" = "yes"; then
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)