summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichal Ostrowski <mostrows@speakeasy.net>2001-12-14 02:55:20 +0000
committerMichal Ostrowski <mostrows@speakeasy.net>2001-12-14 02:55:20 +0000
commitdbfeebc9adcf76a50c1d4e9035d5d481914edb43 (patch)
tree5f882f3306b35e49cdcbf9686a47a291598da4ef /configure
parentfecefef95ccdad604afe51f954f1e25861f022e6 (diff)
Switch to using RoaringPenguin-based PPPOE plugin
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4a98e40..4c94baa 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.26 2001/07/26 20:10:52 paulus Exp $
+# $Id: configure,v 1.27 2001/12/14 02:55:19 mostrows Exp $
# if [ -d /NextApps ]; then
# system="NeXTStep"
@@ -131,7 +131,7 @@ if [ -d "$ksrc" ]; then
makext=$orig_makext
fi
fi
- for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/pppoe; do
+ for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe; do
rm -f $dir/Makefile
if [ -f $dir/Makefile.$makext ]; then
ln -s Makefile.$makext $dir/Makefile