Make .dylib the shared library suffix on darwin. (#322476, Vladimir Panov)

2006-03-06  Anders Carlsson  <andersca@imendio.com>

        * configure.in:
        Make .dylib the shared library suffix on darwin.
        (#322476, Vladimir Panov)
This commit is contained in:
Anders Carlsson
2006-03-06 08:06:22 +00:00
committed by Anders Carlsson
parent c57fc7b6fd
commit 4e41e5c2fb
4 changed files with 21 additions and 0 deletions

View File

@@ -1322,6 +1322,9 @@ case "$host_os" in
aix*)
glib_gmodule_suffix='a'
;;
darwin*)
glib_gmodule_suffix='dylib'
;;
*)
glib_gmodule_suffix='so'
;;