summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-10 17:37:52 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-10 17:37:52 -0800
commit62533e74411a579e5d24e33b50c5ba750b88ae35 (patch)
treed87bf0d926f430e6625659182c71ca062154c9da
parentbbb17208a930ab5c7e8239358635f25734877e68 (diff)
downloadtftp-hpa-62533e74411a579e5d24e33b50c5ba750b88ae35.tar.gz
AC_USE_SYSTEM_EXTENSIONS is a 2.61 feature, not 2.59
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 97856f9..ddd11da 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl
dnl autoconf input file to generate MCONFIG
dnl
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
AC_INIT(MCONFIG.in)
AC_PREFIX_DEFAULT(/usr)