From: David F. Skoll Date: Mon, 14 Jan 2002 14:26:31 +0000 (+0000) Subject: Noted that multilink implies the use of TDB. X-Git-Tag: ppp-2.4.7~456 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=260a30f093332eb02afbba244f4c2aff6b059731 Noted that multilink implies the use of TDB. --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index fab5ee4..5f2de1f 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.43 2002/01/14 14:25:09 dfs Exp $ +# $Id: Makefile.linux,v 1.44 2002/01/14 14:26:31 dfs Exp $ # # Default installation locations @@ -98,7 +98,9 @@ endif # Multi-linnk ifdef HAVE_MULTILINK + # Multilink implies the use of TDB USE_TDB=y + CFLAGS += -DHAVE_MULTILINK PPPDSRCS += multilink.c PPPDOBJS += multilink.o