mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
fix libwebsocket build
This commit is contained in:
committed by
Ken Rice
parent
ffebc6ac9c
commit
5a6d3cf43e
@@ -1,13 +1,13 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.66])
|
||||
|
||||
AC_INIT(libwebsockets, 0.3, andy@warmcat.com)
|
||||
AM_INIT_AUTOMAKE(libwebsockets,0.3)
|
||||
AC_CONFIG_SRCDIR([test-server/test-server.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
LT_INIT(shared)
|
||||
#LT_INIT(shared)
|
||||
|
||||
#AX_PTHREAD
|
||||
|
||||
@@ -16,7 +16,7 @@ AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_MAKE_SET
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
#
|
||||
#
|
||||
|
Reference in New Issue
Block a user