mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Revert fix for #322476, it breaks module loading since libtool on darwin
2006-03-13 Anders Carlsson <andersca@luminoth.local> * configure.in: Revert fix for #322476, it breaks module loading since libtool on darwin makes shared modules use .so and shared libraries use .dylib. The fix breaks shared module loading everywhere in GTK+.
This commit is contained in:
parent
96d6540007
commit
8a51746479
@ -1,3 +1,10 @@
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
since libtool on darwin makes shared modules use .so and shared
|
||||
libraries use .dylib. The fix breaks shared module loading everywhere
|
||||
in GTK+.
|
||||
|
||||
2006-03-02 Marcus Brinkmann <mb@g10code.de>
|
||||
|
||||
Implement watches for GIOChannels for write file descriptors on
|
||||
|
@ -1,3 +1,10 @@
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
since libtool on darwin makes shared modules use .so and shared
|
||||
libraries use .dylib. The fix breaks shared module loading everywhere
|
||||
in GTK+.
|
||||
|
||||
2006-03-02 Marcus Brinkmann <mb@g10code.de>
|
||||
|
||||
Implement watches for GIOChannels for write file descriptors on
|
||||
|
@ -1,3 +1,10 @@
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
since libtool on darwin makes shared modules use .so and shared
|
||||
libraries use .dylib. The fix breaks shared module loading everywhere
|
||||
in GTK+.
|
||||
|
||||
2006-03-02 Marcus Brinkmann <mb@g10code.de>
|
||||
|
||||
Implement watches for GIOChannels for write file descriptors on
|
||||
|
@ -1322,9 +1322,6 @@ case "$host_os" in
|
||||
aix*)
|
||||
glib_gmodule_suffix='a'
|
||||
;;
|
||||
darwin*)
|
||||
glib_gmodule_suffix='dylib'
|
||||
;;
|
||||
*)
|
||||
glib_gmodule_suffix='so'
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user