mirror of https://github.com/MidnightCommander/mc
* configure.in: No longer need to define REGEX_MALLOC.
This commit is contained in:
parent
21cc1c5e28
commit
d9ab116149
|
@ -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.
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue