summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 02:35:13 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 02:35:13 +0000
commitc9bc8e82a25fd160872fac488bfe920f95f5fe5f (patch)
treed9751f4c9984ff848b130a31ffe9dc7081d414af /src/configure
parentadded file logging target (diff)
added extended logging capability
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 764f83e..b664850 100755
--- a/src/configure
+++ b/src/configure
@@ -32,7 +32,7 @@
TARGET=`uname -s`
-CXXFLAGS='-g -Wall -O2 -DLOG_SYSLOG'
+CXXFLAGS='-g -Wall -O2 -DLOG_SYSLOG -DLOG_FILE -DLOG_STDOUT'
LDFLAGS='-g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system'
CRYPTO_LIB='gcrypt'