]> git.ozlabs.org Git - ppp.git/blobdiff - configure
Patch from Frank Cusack to add support for MSCHAPv2.
[ppp.git] / configure
index 1868308e908480970da92c1aef39b6c0989ead50..6238cf6d16836225cf6eadc00bf770945d344cb0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: configure,v 1.25 2000/04/18 23:51:26 masputra Exp $
+# $Id: configure,v 1.28 2002/01/22 16:02:56 dfs 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; do
+  for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe pppd/plugins/radius; do
     rm -f $dir/Makefile
     if [ -f $dir/Makefile.$makext ]; then
       ln -s Makefile.$makext $dir/Makefile