mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
required version of autoconf can be lower
This commit is contained in:
parent
d3ce131a78
commit
c451a4f4d5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.66])
|
||||
AC_PREREQ([2.61])
|
||||
AC_INIT(libwebsockets, 0.3, andy@warmcat.com)
|
||||
AC_CONFIG_SRCDIR([test-server/test-server.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue