mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-11 22:01:08 +02:00
build: New configure option to help with nPth debugging.
* configure.ac: Add option --enable-npth-debug -- This requires a not yet release nPth version to have an effect. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
6365338816
commit
ddfd39e91a
11
configure.ac
11
configure.ac
@ -963,6 +963,17 @@ else
|
|||||||
*** we need the support of the New Portable Threads Library.
|
*** we need the support of the New Portable Threads Library.
|
||||||
***]])
|
***]])
|
||||||
fi
|
fi
|
||||||
|
#
|
||||||
|
# Enable debugging of nPth
|
||||||
|
#
|
||||||
|
AC_ARG_ENABLE(npth-debug,
|
||||||
|
AC_HELP_STRING([--enable-npth-debug],
|
||||||
|
[build with debug version of npth]),
|
||||||
|
[if test $enableval = yes ; then
|
||||||
|
AC_DEFINE(NPTH_ENABLE_DEBUG,1,
|
||||||
|
[Build with debug version of nPth])
|
||||||
|
fi])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user