Don't enforce shared library build only on Windows. It might well make
authorTor Lillqvist <tml@novell.com>
Thu, 3 Apr 2008 20:17:15 +0000 (20:17 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 3 Apr 2008 20:17:15 +0000 (20:17 +0000)
commit285b31e7a512791405ec378d397dac298aff41a0
tree8737669c682272445a540a2e49dd4c6d6ae6bc1b
parentfd54a90954637b4ae52158c27ca64c97df54bb70
Don't enforce shared library build only on Windows. It might well make

2008-04-03  Tor Lillqvist  <tml@novell.com>

* configure.in: Don't enforce shared library build only on
Windows. It might well make sense to build static libraries in
some use cases.

* glib/gutils.c: Don't compile the DllMain if building libglib
statically. Also in that case don't return NULL from
_glib_get_installation_directory(), but return the installation
directory of the program's .exe file.

svn path=/trunk/; revision=6818
ChangeLog
configure.in
glib/gutils.c