Skip to content

Commit 278f8a2

Browse files
committed
build/CI/packaging: lower the required Autoconf version back to 2.63
1 parent 0aff740 commit 278f8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Process this file with autoconf to produce a configure script.
22

3-
AC_PREREQ([2.70])
3+
AC_PREREQ([2.63])
44
AC_INIT([sysbench],[1.1.0],[https://github.com/akopytov/sysbench/issues],[sysbench],[https://github.com/akopytov/sysbench])
55
AC_CONFIG_AUX_DIR([config])
66

0 commit comments

Comments
 (0)