diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-11-21 07:21:39 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-11-21 07:21:39 +0000 |
commit | d0149420c83f80cb15151a361b0929d53505d056 (patch) | |
tree | 8daff5893109007b0619a9e0e70803f06bdf0f73 /ChangeLog | |
parent | b4ee0e22b54786e0bb9a5b1c527be2e7f71100ba (diff) |
Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no effect
because PKG_CHECK_MODULES(XDM, ...) later overwrote it. So put
-lutil into XDM_OS_LIBS and add XDM_OS_LIBS to XDM_LIBS later.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-20 Eric Anholt <anholt@FreeBSD.org> + + * configure.ac: + Bug #5113: The insertion of -lutil into XDM_LIBS ended up having no + effect because PKG_CHECK_MODULES(XDM, ...) later overwrote it. So put + -lutil into XDM_OS_LIBS and add XDM_OS_LIBS to XDM_LIBS later. + 2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: |