summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-06-29 20:56:22 (GMT)
committerJason Evans <jasone@canonware.com>2017-06-29 23:23:35 (GMT)
commit2b31cf5bd272216e4b20c1463bb696b4c1e9a8e5 (patch)
tree9cbda174366b9f6a1147159480016e825e0e0c73
parentc99e570a48236ba771b61af31febaef6f8b7e887 (diff)
downloadjemalloc-2b31cf5bd272216e4b20c1463bb696b4c1e9a8e5.zip
jemalloc-2b31cf5bd272216e4b20c1463bb696b4c1e9a8e5.tar.gz
jemalloc-2b31cf5bd272216e4b20c1463bb696b4c1e9a8e5.tar.bz2
Enforce minimum autoconf version (currently 2.68).
This resolves #912.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 496631a..1551ded 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
+AC_PREREQ(2.68)
AC_INIT([Makefile.in])
AC_CONFIG_AUX_DIR([build-aux])