Merge pull request #188 from rwgroenenberg/CentOS6_build

Build fails with autoconf 2.63, works with 2.68.

Muchas gracias
This commit is contained in:
wtoorop 2016-06-23 13:58:32 +02:00 committed by GitHub
commit 11f5eac21f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_PREREQ([2.56])
AC_PREREQ([2.68])
AC_CONFIG_MACRO_DIRS([m4])
sinclude(./m4/acx_openssl.m4)
sinclude(./m4/acx_getaddrinfo.m4)