mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Change the shared libary extension for hpux-ia64 to so. (#328253, The
2006-01-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Change the shared libary extension for hpux-ia64 to so. (#328253, The Written Word)
This commit is contained in:
committed by
Matthias Clasen
parent
9dda61725f
commit
549d71b659
@@ -1,3 +1,8 @@
|
||||
2006-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Change the shared libary extension for hpux-ia64
|
||||
to so. (#328253, The Written Word)
|
||||
|
||||
2006-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2006-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Change the shared libary extension for hpux-ia64
|
||||
to so. (#328253, The Written Word)
|
||||
|
||||
2006-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@@ -1,3 +1,8 @@
|
||||
2006-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Change the shared libary extension for hpux-ia64
|
||||
to so. (#328253, The Written Word)
|
||||
|
||||
2006-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Bump version
|
||||
|
@@ -1246,8 +1246,15 @@ fi
|
||||
AC_MSG_CHECKING(for the suffix of shared libraries)
|
||||
case "$host_os" in
|
||||
hpux9* | hpux10* | hpux11*) # taken from ltconfig
|
||||
case "$host_cpu" in
|
||||
hppa*)
|
||||
glib_gmodule_suffix='sl'
|
||||
;;
|
||||
ia64*)
|
||||
glib_gmodule_suffix='so'
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
cygwin* | mingw*)
|
||||
glib_gmodule_suffix='dll'
|
||||
;;
|
||||
|
Reference in New Issue
Block a user