summaryrefslogtreecommitdiffstats
path: root/trunk/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/configure.in')
-rw-r--r--trunk/configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/configure.in b/trunk/configure.in
index 724262b..5998659 100644
--- a/trunk/configure.in
+++ b/trunk/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. -*-m4-*-
AC_INIT(src/prelink.c)
AM_CONFIG_HEADER(config.h)
-AC_PREREQ(2.13) dnl Minimum Autoconf version required.
+AC_PREREQ(2.50) dnl Minimum Autoconf version required.
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
@@ -93,6 +93,9 @@ fi
AC_LIBELF_SXWORD
+dnl Elf64_Byte is specific to the 64-bit MIPS psABI and may not be defined.
+AC_CHECK_TYPES([Elf64_Byte], [], [], [#include <libelf.h>])
+
# Package version.
AC_ARG_WITH(pkgversion,
AS_HELP_STRING([--with-pkgversion=PKG],