aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-23 08:17:35 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-23 08:17:35 +0000
commit2fb1e810a3f5bca2b32f946b3a33b6faebb54f6d (patch)
treeb43282d2a4f6fa19dae839d227ef8ac2c26f9b1b /configure.ac
parent53f06907c79cb09eafd8b50d8debceb0a179be1e (diff)
downloadlibmicrohttpd-2fb1e810a3f5bca2b32f946b3a33b6faebb54f6d.tar.gz
libmicrohttpd-2fb1e810a3f5bca2b32f946b3a33b6faebb54f6d.zip
fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b314357e..d7797307 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,7 @@ AC_CANONICAL_HOST
63AM_PROG_CC_C_O 63AM_PROG_CC_C_O
64AC_LIBTOOL_WIN32_DLL 64AC_LIBTOOL_WIN32_DLL
65AC_PROG_LIBTOOL 65AC_PROG_LIBTOOL
66AC_C_BIGENDIAN
66 67
67# set GCC options 68# set GCC options
68# use '-fno-strict-aliasing', but only if the compiler can take it 69# use '-fno-strict-aliasing', but only if the compiler can take it