summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-12 01:13:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-12 12:46:05 +0300
commitdf9ba54d7d6c1980a398815d44511b4f606a027f (patch)
treec85d32dd8ee2191df8f3023577e760ffd45cb1bb /configure.ac
parentb21ac069afee7f6eeea4acec08710aceb9667919 (diff)
downloadevol-hercules-df9ba54d7d6c1980a398815d44511b4f606a027f.tar.gz
evol-hercules-df9ba54d7d6c1980a398815d44511b4f606a027f.tar.bz2
evol-hercules-df9ba54d7d6c1980a398815d44511b4f606a027f.tar.xz
evol-hercules-df9ba54d7d6c1980a398815d44511b4f606a027f.zip
login: add packet 0x027c for register with email.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6445cb3..417c7a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,4 +13,6 @@ AC_PROG_LIBTOOL
AC_ENABLE_SHARED
AC_DISABLE_STATIC
+AC_CHECK_FUNC([strnlen],[CFLAGS="$CFLAGS -DHAVE_STRNLEN"])
+
AC_OUTPUT(Makefile src/Makefile)