summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-10-27 22:25:36 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2009-10-27 22:25:36 +0100
commite6ff7a08e4e7808e1175c3c3bc830d93c0454b19 (patch)
tree25182d2c3970feb974544e33f9c0ac73c6fe14cd /aclocal.m4
parentbff74c7aa3ce4d407cb18b48c9df7b670c3c7a3d (diff)
downloadbird-e6ff7a08e4e7808e1175c3c3bc830d93c0454b19.tar
bird-e6ff7a08e4e7808e1175c3c3bc830d93c0454b19.zip
Replaces local endianity testing macro with the common one.
That makes it easier to integrate BIRD to crosscompiling buildsystems.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index f3b8953..c5af789 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -26,6 +26,7 @@ for size in 1 2 4 ; do
done
])
+dnl BIRD_CHECK_ENDIAN is unused and obsolete
AC_DEFUN(BIRD_CHECK_ENDIAN,
[AC_CACHE_CHECK([CPU endianity], bird_cv_c_endian,[
AC_TRY_RUN([