57805c0015
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38707 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 lines
503 B
Diff
19 lines
503 B
Diff
--- a/acinclude.m4
|
|
+++ b/acinclude.m4
|
|
@@ -281,6 +281,7 @@ dnl
|
|
AC_DEFUN(AC_LIBNET_ENDIAN_CHECK,
|
|
[AC_MSG_CHECKING(machine endianess)
|
|
|
|
+ if \! test x${ac_cv_libnet_endianess+set} = xset ; then
|
|
cat > conftest.c << EOF
|
|
# include <stdio.h>
|
|
# include <stdlib.h>
|
|
@@ -332,6 +333,7 @@ dnl failed to compile for some reason
|
|
fi
|
|
fi
|
|
rm -f conftest* core core.conftest
|
|
+ fi
|
|
|
|
AC_MSG_RESULT($ac_cv_libnet_endianess)
|
|
|