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 b8bdfc3..debb4d6 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 b8bdfc3..debb4d6 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 b8bdfc3..debb4d6 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 fa18ce4..bbad989 100644 (file)
@@ -1322,9 +1322,6 @@ case "$host_os" in
   aix*)
     glib_gmodule_suffix='a'
     ;;
-  darwin*)
-    glib_gmodule_suffix='dylib'
-    ;;
   *)
     glib_gmodule_suffix='so'    
     ;;