summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-20 15:16:51 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-20 15:16:51 +0000
commitffe6afb1633e4d9c1f82df041c564568c7857f0a (patch)
treeb5b67bcfb60b560214ed80a1a94924c2080063f2 /src/configure
parentadded some log messages (diff)
fixed build with LOG_SYSLOG on unix
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 892241b..764f83e 100755
--- a/src/configure
+++ b/src/configure
@@ -32,7 +32,7 @@
TARGET=`uname -s`
-CXXFLAGS='-g -Wall -O2'
+CXXFLAGS='-g -Wall -O2 -DLOG_SYSLOG'
LDFLAGS='-g -Wall -O2 -lboost_thread -lboost_serialization -lboost_system'
CRYPTO_LIB='gcrypt'