FreeBSD now has autoconf 2.62 in the ports, 2.61 has disappeared.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2009-07-08 14:45:15 +00:00
parent e76a0e92d2
commit acc8bbbaf5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ $? = 0 ] ; then # BSD case
MY_AM_VER=19
;;
*)
MY_AC_VER=-2.61
MY_AC_VER=-2.62
MY_AM_VER=-1.9
;;
esac