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
dff89654
Commit
dff89654
authored
Oct 23, 1995
by
Per Cederqvist
Browse files
Define _GNU_SOURCE if using gcc.
parent
9b11acdb
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
dff89654
dnl $Id: configure.in,v 1.2
6
1995/
01/08 11:14:07
ceder Exp $
dnl $Id: configure.in,v 1.2
7
1995/
10/23 06:57:14
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995 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.2
6
$)
AC_REVISION($Revision: 1.2
7
$)
AC_INIT(src/server/lyskomd.h)
AC_PREFIX_DEFAULT(/usr/lyskom)
AC_PROG_CC
...
...
@@ -33,7 +33,8 @@ AC_ISC_POSIX
AC_MINIX
[if test -n "$GCC"; then
CFLAGS="$CFLAGS -Wall -ansi"
] KOM_COMPILER_CC_ACCEPTS([-pipe]) [
] AC_DEFINE(_GNU_SOURCE)
KOM_COMPILER_CC_ACCEPTS([-pipe]) [
DEPENDFLAG=-MM
else
case "$CC" in
...
...
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