summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-02 19:45:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-02 19:45:18 +0000
commitfddb1f39b16c284e58a372ca391f0baaae4652f6 (patch)
tree9ceeb38ff525c758901d20bcb737d4399faa09fe
parentcbb97383c097a188c4d7e2257b7159e758416129 (diff)
downloadother-fddb1f39b16c284e58a372ca391f0baaae4652f6.tar.gz
other-fddb1f39b16c284e58a372ca391f0baaae4652f6.zip
Add AC_C_BIGENDIAN check to common acinclude.m4.in file
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1256945 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--admin/acinclude.m4.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index d596095..eaac598 100644
--- a/admin/acinclude.m4.in
+++ b/admin/acinclude.m4.in
@@ -3431,6 +3431,8 @@ AC_DEFUN([AC_CHECK_COMPILERS],
AC_PROG_CPP
+ AC_C_BIGENDIAN
+
if test "$GCC" = "yes"; then
if test "$kde_use_debug_code" != "no"; then
if test $kde_use_debug_code = "full"; then