Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
6e940419
Commit
6e940419
authored
Feb 06, 1999
by
Per Cederqvist
Browse files
Fixed a syntax error introduced yesterday.
parent
f0ff0597
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
6e940419
dnl $Id: configure.in,v 1.5
4
1999/02/0
5 22:03:30
ceder Exp $
dnl $Id: configure.in,v 1.5
5
1999/02/0
6 08:27:11
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
dnl
...
...
@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl
dnl Please mail bug reports to bug-lyskom@lysator.liu.se.
dnl
AC_REVISION($Revision: 1.5
4
$)
AC_REVISION($Revision: 1.5
5
$)
AC_INIT(src/server/lyskomd.h)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(scripts)
...
...
@@ -61,10 +61,10 @@ AC_ISC_POSIX
AC_MINIX
AM_C_PROTOTYPES
[if test -n "$GCC"; then
[if test -n "$GCC"; then
]
dnl "-Wshadow" could be useful, but it gives too many false
dnl warnings.
CFLAGS="$CFLAGS -Wall -W -Wtraditional -Wpointer-arith"]
[
CFLAGS="$CFLAGS -Wall -W -Wtraditional -Wpointer-arith"]
dnl AC_DEFINE(_GNU_SOURCE)
CMOD_COMPILER_CC_ACCEPTS([-Wbad-function-cast])
dnl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment