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:
parent
0a23dccde4
commit
90d69893fd
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user