summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-11-03 19:38:55 +0000
committerWerner Koch <wk@gnupg.org>1998-11-03 19:38:55 +0000
commit9570b5a31994599f2c4519ccda1f7df142cf41c7 (patch)
tree35302857f4b1fb2dfd3143a85b078dd09e19dc50 /configure.in
parent4e513d50fe5281b6429fb2289271ba3bbb5f4ea5 (diff)
downloadlibgcrypt-9570b5a31994599f2c4519ccda1f7df142cf41c7.tar.gz
(Does not compile yet)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a497b3da..29a43958 100644
--- a/configure.in
+++ b/configure.in
@@ -44,9 +44,9 @@ else
fi
if test "$use_m_guard" = yes ; then
AC_DEFINE(M_GUARD)
- CFLAGS="-g -Wall"
+ CFLAGS="$CFLAGS -g -Wall"
else
- CFLAGS="-O2 -Wall"
+ CFLAGS="$CFLAGS -O2 -Wall"
fi