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

Configure: Support autoconf 2.59 again.

parent 430c82a7
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,8 @@ EOF
])
m4_copy([AC_CHECK_HEADERS], [ORIG_CHECK_HEADERS])
ifdef([_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],
[
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