aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-08 20:32:30 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-08 20:32:30 +0000
commitfe7e7186c41feef2a1ea71fea14dda6e8d571827 (patch)
treed431226c6e572b9abb2dfbb07732e4c728d81c7f /configure.ac
parent9981581a503d9d327b59301bdade7665f16ec04b (diff)
downloadcalcurse-fe7e7186c41feef2a1ea71fea14dda6e8d571827.tar.gz
calcurse-fe7e7186c41feef2a1ea71fea14dda6e8d571827.zip
oops, forgot to remove previous CFLAGS declaration
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 89f06f7..0b1d484 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $calcurse: configure.ac,v 1.24 2008/12/08 20:03:15 culot Exp $
+# $calcurse: configure.ac,v 1.25 2008/12/08 20:32:30 culot Exp $
#-------------------------------------------------------------------------------
# Init
@@ -56,8 +56,6 @@ AC_CHECK_HEADERS([math.h], [
#-------------------------------------------------------------------------------
# Compilation options
#-------------------------------------------------------------------------------
-CFLAGS+="-Wall -g"
-
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug], [set CFLAGS for debug]),
debug=$enableval)