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
70551114
Commit
70551114
authored
Jul 09, 1998
by
Per Cederqvist
Browse files
(USING_GNU_MALLOC): An auotmake conditional.
parent
d55fd2f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
70551114
dnl $Id: configure.in,v 1.4
3
1998/07/0
8 23
:1
0
:14 ceder Exp $
dnl $Id: configure.in,v 1.4
4
1998/07/0
9 00
:1
4
:14 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.4
3
$)
AC_REVISION($Revision: 1.4
4
$)
AC_INIT(src/server/lyskomd.h)
AC_CONFIG_AUX_DIR(scripts)
AM_INIT_AUTOMAKE(lyskom-server, 2.0.0.pcl.2)
...
...
@@ -178,11 +178,8 @@ dnl AC_HEADER_STDC -- already provided
dnl Tell the Makefiles that we want GNU Malloc.
dnl
GNUMALLOC=gnumalloc
[else]
dnl Make sure that the GNU malloc header and library are not left
dnl from a previous build attempt
[rm -f include/malloc.h lib/libgmalloc*.a]
[fi]
AM_CONDITIONAL(USING_GNU_MALLOC, text x$use_gnu_malloc = xyes)
dnl
dnl Unencrypted passwords are no longer supported.
AC_DEFINE(ENCRYPT_PASSWORDS)
...
...
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