Skip to content
Snippets Groups Projects
Commit 430c82a7 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Configure: More autoconf 2.71 fixes.

parent ad31d0b9
No related branches found
No related tags found
No related merge requests found
...@@ -501,7 +501,8 @@ EOF ...@@ -501,7 +501,8 @@ EOF
ORIG_AC_CHECK_SIZEOF([$1],[$2],[$3]) ORIG_AC_CHECK_SIZEOF([$1],[$2],[$3])
]) ])
define([ORIG_CHECK_HEADERS], defn([AC_CHECK_HEADERS])) m4_copy([AC_CHECK_HEADERS], [ORIG_CHECK_HEADERS])
ifdef([_AC_CHECK_HEADERS], m4_copy([_AC_CHECK_HEADERS], [_ORIG_CHECK_HEADERS]))
define([AC_CHECK_HEADERS], define([AC_CHECK_HEADERS],
[ [
if test "x$enable_binary" != "xno"; then if test "x$enable_binary" != "xno"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment