git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9896f6
)
check for byte order
author
kramm
<kramm>
Thu, 13 Dec 2001 09:54:32 +0000
(09:54 +0000)
committer
kramm
<kramm>
Thu, 13 Dec 2001 09:54:32 +0000
(09:54 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
9417179
..
e91312b
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-41,6
+41,9
@@
dnl Checks for libraries.
MISSINGLIBS="${MISSINGLIBS} T1lib"
)
+SWF_CHECK_BYTEORDER
+AC_SUBST(WORDS_BIGENDIAN)
+
dnl do we need those?
dnl AC_CHECK_LIB(pthread, pthread_create)
dnl AC_CHECK_LIB(X11, XFlush)