diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-24 16:59:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-24 16:59:03 +0000 |
commit | 99fc5e10f338e668b85288366e03727157f23af5 (patch) | |
tree | 48f5ff86f79c60a3b6f46516027580819013cabf /winsup/mingw/mingwex/configure.in | |
parent | 6265ac10be7c0df26a1f4193de8c16e9ca00b3c4 (diff) | |
download | cygnal-99fc5e10f338e668b85288366e03727157f23af5.tar.gz cygnal-99fc5e10f338e668b85288366e03727157f23af5.tar.bz2 cygnal-99fc5e10f338e668b85288366e03727157f23af5.zip |
update to newer autoconf
Diffstat (limited to 'winsup/mingw/mingwex/configure.in')
-rw-r--r-- | winsup/mingw/mingwex/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/mingw/mingwex/configure.in b/winsup/mingw/mingwex/configure.in index f9b340e29..9e36d5b7b 100644 --- a/winsup/mingw/mingwex/configure.in +++ b/winsup/mingw/mingwex/configure.in @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -AC_PREREQ(2.13) +AC_PREREQ(2.59) AC_INIT(imaxabs.c) CC=${CC-cc} |