The last change is not needed for HEAD.

Explained by:	ru
This commit is contained in:
Gleb Smirnoff 2007-03-30 08:23:59 +00:00
parent 98cea79298
commit 611619b338

View File

@ -9,7 +9,7 @@ SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
WARNS?= 3
.if defined(RELEASE_CRUNCH) || defined(NO_LIBPTHREAD)
.if defined(RELEASE_CRUNCH)
NGCTL_NO_LIBEDIT=
.endif