mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Use the default autoconf action to check for libctgrind
This commit is contained in:
+1
-1
@@ -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)
|
||||
])
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user