aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 34686ca5..39853e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,9 @@ AM_PROG_CC_C_O
64AC_LIBTOOL_WIN32_DLL 64AC_LIBTOOL_WIN32_DLL
65AC_PROG_LIBTOOL 65AC_PROG_LIBTOOL
66AC_C_BIGENDIAN 66AC_C_BIGENDIAN
67AC_CHECK_PROG(HAVE_CURL_BINARY,[curl],true,false)
68AM_CONDITIONAL(HAVE_CURL_BINARY,$HAVE_CURL_BINARY)
69
67 70
68# set GCC options 71# set GCC options
69# use '-fno-strict-aliasing', but only if the compiler can take it 72# use '-fno-strict-aliasing', but only if the compiler can take it