Browse Source

- 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
tags/v0.1.0
ntfreak 16 years ago
parent
commit
1ade331ba9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.in

+ 1
- 1
configure.in View File

@@ -1,4 +1,4 @@
AC_PREREQ(2.59)
AC_PREREQ(2.61)
AC_INIT(configure.in)

AC_SEARCH_LIBS([ioperm], [ioperm])


Loading…
Cancel
Save