diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-20 15:16:51 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-20 15:16:51 +0000 |
commit | ffe6afb1633e4d9c1f82df041c564568c7857f0a (patch) | |
tree | b5b67bcfb60b560214ed80a1a94924c2080063f2 /src/configure | |
parent | added some log messages (diff) |
fixed build with LOG_SYSLOG on unix
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
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' |