* configure.in: No longer need to define REGEX_MALLOC.

This commit is contained in:
Pavel Roskin 2002-08-02 17:00:12 +00:00
parent 21cc1c5e28
commit d9ab116149
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-08-02 Pavel Roskin <proski@gnu.org>
* configure.in: No longer need to define REGEX_MALLOC.
2002-08-01 Pavel Roskin <proski@gnu.org>
* configure.in: Remove support for MAD and Electric Fence.

View File

@ -498,8 +498,6 @@ AC_ARG_WITH(subshell,
AC_MSG_RESULT([$result])
subshell="$result"
AC_DEFINE(REGEX_MALLOC, 1, [Define to make regex use malloc(), not alloca()])
if test "x$screen_type" != xncurses; then
slang_check_lib=true
slang_term=""