Skip to content
Snippets Groups Projects
Commit 04e88933 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added AC_C_INLINE.

parent 40dd93af
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.48 1998/07/11 23:38:49 ceder Exp $ dnl $Id: configure.in,v 1.49 1998/07/26 16:36:45 ceder Exp $
dnl Configuration for LysKOM dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995, 1996 Lysator Academic Computer Association. dnl Copyright (C) 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
dnl dnl
...@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ...@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl dnl
dnl Please mail bug reports to bug-lyskom@lysator.liu.se. dnl Please mail bug reports to bug-lyskom@lysator.liu.se.
dnl dnl
AC_REVISION($Revision: 1.48 $) AC_REVISION($Revision: 1.49 $)
AC_INIT(src/server/lyskomd.h) AC_INIT(src/server/lyskomd.h)
AC_CONFIG_AUX_DIR(scripts) AC_CONFIG_AUX_DIR(scripts)
AM_INIT_AUTOMAKE(lyskom-server, 2.0.0.pcl.2) AM_INIT_AUTOMAKE(lyskom-server, 2.0.0.pcl.2)
...@@ -88,6 +88,7 @@ AC_TRY_COMPILE([#include <signal.h>], ...@@ -88,6 +88,7 @@ AC_TRY_COMPILE([#include <signal.h>],
[fi] [fi]
AC_C_CONST AC_C_CONST
AC_C_INLINE
CMOD_C_ATTRIBUTE_UNUSED CMOD_C_ATTRIBUTE_UNUSED
AC_HEADER_STDC AC_HEADER_STDC
AC_TYPE_PID_T AC_TYPE_PID_T
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment