summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1997-11-27 12:44:13 +0100
committerWerner Koch <wk@gnupg.org>1997-11-27 12:44:13 +0100
commit649eae8f1b689e90695bbf24b636ca941dfb9689 (patch)
tree60b137945a1dc6a64dd5846864229c33dc86cf49 /configure.in
parentHow with some assembly support (diff)
downloadgnupg2-649eae8f1b689e90695bbf24b636ca941dfb9689.tar.xz
gnupg2-649eae8f1b689e90695bbf24b636ca941dfb9689.zip
Improved prime number test
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2f77c0689..4575bc888 100644
--- a/configure.in
+++ b/configure.in
@@ -18,8 +18,8 @@ AC_ARG_ENABLE(m-debug,
[ --enable-m-debug Enable debugging of memory allocation])
if test "$enableval" = y || test "$enableval" = yes; then
AC_DEFINE(M_DEBUG)
- CFLAGS="-g"
fi
+CFLAGS="-g"
dnl
AC_CANONICAL_HOST