# HG changeset patch # User Eric Blake # Date 1216333302 21600 # Node ID 5917306bd18fbb3be3a82a636b3577a7d3134fef # Parent adfc5a204195c351bfbedae1255071a9e4aebe40 c-stack: fix typo. * modules/c-stack (Link): Fix typo. Signed-off-by: Eric Blake diff -r adfc5a204195 -r 5917306bd18f ChangeLog --- a/ChangeLog Thu Jul 17 06:23:47 2008 -0600 +++ b/ChangeLog Thu Jul 17 16:21:42 2008 -0600 @@ -1,5 +1,7 @@ 2008-07-17 Eric Blake + * modules/c-stack (Link): Fix typo. + Make c-stack use libsigsegv, when available. * modules/c-stack (Depends-on): Add libsigsegv. * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if diff -r adfc5a204195 -r 5917306bd18f modules/c-stack --- a/modules/c-stack Thu Jul 17 06:23:47 2008 -0600 +++ b/modules/c-stack Thu Jul 17 16:21:42 2008 -0600 @@ -24,7 +24,7 @@ "c-stack.h" Link: -$(LTCSTACK) when linking with libtool, $(LIBCSTACK) otherwise +$(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise License: GPL