# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1017225446 0 # Node ID dea8021b4f4721c782c741b02c444d1ea97f4089 # Parent 5e4730c4201411dd32e95ce5f5357d8220814a36 Woops need the -ldw -ldwcompat in there. ;) diff -r 5e4730c42014 -r dea8021b4f47 dw-config.in --- a/dw-config.in Wed Mar 27 10:33:44 2002 +0000 +++ b/dw-config.in Wed Mar 27 10:37:26 2002 +0000 @@ -74,6 +74,6 @@ fi if test "$echo_libs" = "yes"; then - echo -L${prefix}/lib $dw_libs + echo -L${prefix}/lib -ldw -ldwcompat $dw_libs fi