Revert fix for #322476, it breaks module loading since libtool on darwin
authorAnders Carlsson <andersca@luminoth.local>
Mon, 13 Mar 2006 08:40:54 +0000 (08:40 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Mon, 13 Mar 2006 08:40:54 +0000 (08:40 +0000)
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+.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
configure.in

index b8bdfc306954f8e40d28a68f27e4f9250704f9c8..debb4d67fc2e95cc280c9fc750716690705df726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index b8bdfc306954f8e40d28a68f27e4f9250704f9c8..debb4d67fc2e95cc280c9fc750716690705df726 100644 (file)
@@ -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
index b8bdfc306954f8e40d28a68f27e4f9250704f9c8..debb4d67fc2e95cc280c9fc750716690705df726 100644 (file)
@@ -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
index fa18ce43895bbb9761282886904292b4b5ec8c62..bbad989f91783a7979d947af151a41c864cd3803 100644 (file)
@@ -1322,9 +1322,6 @@ case "$host_os" in
   aix*)
     glib_gmodule_suffix='a'
     ;;
-  darwin*)
-    glib_gmodule_suffix='dylib'
-    ;;
   *)
     glib_gmodule_suffix='so'    
     ;;