]> git.proxmox.com Git - libtpms.git/commitdiff
build-sys: Require only autoconf 2.63 for older systems
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Thu, 20 Jun 2019 16:57:19 +0000 (12:57 -0400)
committerStefan Berger <stefanb@us.ibm.com>
Thu, 20 Jun 2019 17:08:39 +0000 (13:08 -0400)
autoconf 2.63 is sufficient as a dependency for AX_CHECK_DEFINE

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
m4/ax_check_define.m4

index 398d475d7a169841513a3f0de0db3b52db56ca13..490fccccc2b7e4cab89d6b5c2465101333fa8f95 100644 (file)
@@ -11,7 +11,7 @@
 #    See the root directory of the libtpms project for the LICENSE
 #
 AC_DEFUN([AX_CHECK_DEFINE],
- [AC_PREREQ(2.64)
+ [AC_PREREQ(2.63)
   AC_MSG_CHECKING(whether $2 is defined in $1)
   AC_COMPILE_IFELSE(
    [AC_LANG_PROGRAM([[#include $1]],