]> git.ozlabs.org Git - ppp.git/blobdiff - configure
Merge pull request #205 from pali/pppoe-rename
[ppp.git] / configure
index 56816b8240f0458183501d3785dded9a12af5b6f..ecd1b0d8ebf3a5fc40f80229e51b648d939545cf 100755 (executable)
--- a/configure
+++ b/configure
@@ -44,7 +44,7 @@ case $system in
        /opt/SUNWspro/bin/cc -flags >/dev/null 2>&1; then
       if [ "$archvariant" = "-64x" ]; then
         ( cd /tmp; echo "int x;" > ppp$$.c
-         /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -xarch=amd64 ppp$$.c >/dev/null 2>&1 || (
+         /opt/SUNWspro/bin/cc -c -errwarn -xchip=opteron -m64 ppp$$.c >/dev/null 2>&1 || (
            echo "WorkShop C is unable to make 64 bit modules, and your $karch system needs"
            echo "them.  Consider upgrading cc on this machine."
            rm -f ppp$$.c
@@ -193,7 +193,7 @@ if [ -d "$ksrc" ]; then
     echo "Creating Makefiles."
     mkmkf $ksrc/Makefile.top Makefile
     mkmkf $ksrc/Makedefs$compiletype Makedefs.com
-    for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/rp-pppoe \
+    for dir in pppd pppstats chat pppdump pppd/plugins pppd/plugins/pppoe \
               pppd/plugins/radius pppd/plugins/pppoatm \
               pppd/plugins/pppol2tp; do
        mkmkf $dir/Makefile.$makext $dir/Makefile