Skip to content

Commit 2b31cf5

Browse files
committed
Enforce minimum autoconf version (currently 2.68).
This resolves jemalloc#912.
1 parent c99e570 commit 2b31cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2+
AC_PREREQ(2.68)
23
AC_INIT([Makefile.in])
34

45
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)