Breakage from slightly before the outage; would have fixed sooner but for the outage.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@316089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 14 years ago
parent 268318bf88
commit 4731bae48d

3
configure vendored

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 313277 .
# From configure.ac Revision: 316006 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for asterisk 1.4.
#
@ -7366,6 +7366,7 @@ fi
DOWNLOAD=${FETCH}
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bison that supports parse-param" >&5

@ -168,6 +168,7 @@ else
AC_PATH_PROG([FETCH], [fetch], [:])
DOWNLOAD=${FETCH}
fi
fi
AC_SUBST(DOWNLOAD)
AC_CACHE_CHECK([for bison that supports parse-param], [ac_cv_path_BISON2], [

Loading…
Cancel
Save