summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2017-10-05 09:00:30 -0600
committerUwe Hermann <uwe@hermann-uwe.de>2017-11-11 18:51:55 +0100
commit35716e66f09346f5aa0c21ee74e58b7f3c6baa4c (patch)
treec57a026967f5351d8071c2b5a70c94d6cff69790 /configure.ac
parent65658c0ac591ae4ab5216a3785d151ca6eb72157 (diff)
downloadlibsigrokdecode-35716e66f09346f5aa0c21ee74e58b7f3c6baa4c.tar.gz
libsigrokdecode-35716e66f09346f5aa0c21ee74e58b7f3c6baa4c.zip
configure.ac: Added AC_C_BIGENDIAN to autoconf
This is needed so that WORDS_BIGENDIAN is defined on big-endian systems, which is needed by version.c .
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 759cd0e..80536f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,6 +123,8 @@ SR_SEARCH_LIBS([SRD_EXTRA_LIBS], [pow], [m])
AC_SYS_LARGEFILE
+AC_C_BIGENDIAN
+
##############################
## Finalize configuration ##
##############################