Use correct path to libgmodule.la when ref'ing uninstalled copy of glib.

1999-03-14  Jeff Garzik  <jgarzik@pobox.com>

        * configure.in:
        Use correct path to libgmodule.la when ref'ing uninstalled copy
        of glib.  (Already in stable branch, Bug #417)
This commit is contained in:
Jeff Garzik 1999-03-15 03:26:12 +00:00 committed by Jeff Garzik
parent 0a23dccde4
commit 90d69893fd
8 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -1,3 +1,9 @@
1999-03-14 Jeff Garzik <jgarzik@pobox.com>
* configure.in:
Use correct path to libgmodule.la when ref'ing uninstalled copy
of glib. (Already in stable branch, Bug #417)
1999-03-15 Tor Lillqvist <tml@iki.fi>
Win32 merge and general portability stuff:

View File

@ -256,7 +256,7 @@ else
esac
GLIB_CFLAGS="-I$glib_dir -I$glib_dir/gmodule"
GLIB_LIBS="$glib_dir/libglib.la $glib_dir/gmodule.la"
GLIB_LIBS="$glib_dir/libglib.la $glib_dir/gmodule/libgmodule.la"
GLIB_DEPLIBS=
AC_SUBST(GLIB_CFLAGS)