2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-20 04:54:12 +10:00

- due to previous patch adding AC_C_VARARRAYS, autoconf v2.61 min required

git-svn-id: svn://svn.berlios.de/openocd/trunk@557 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
ntfreak 2008-04-10 10:11:04 +00:00
parent 44fd861b75
commit 1ade331ba9

View File

@ -1,4 +1,4 @@
AC_PREREQ(2.59) AC_PREREQ(2.61)
AC_INIT(configure.in) AC_INIT(configure.in)
AC_SEARCH_LIBS([ioperm], [ioperm]) AC_SEARCH_LIBS([ioperm], [ioperm])