From e7d85070dce6bdc87a9db42367290daad8cd396f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Nov 2017 23:34:45 +0100 Subject: [PATCH] Use the default autoconf action to check for libctgrind --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 965d60b3..a771822f 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,7 @@ AC_ARG_WITH(safecode, AC_ARG_WITH(ctgrind, [AS_HELP_STRING(--with-ctgrind,For maintainers only - please do not use)], [AS_IF([test "x$withval" = "xyes"], [ - AC_CHECK_LIB(ctgrind, ct_poison, [LIBS="$LIBS -lctgrind"]) + AC_CHECK_LIB(ctgrind, ct_poison) ]) ])