[network-manager-pptp/NM_0_8] core: use ppp 2.4.5 plugin path by default



commit 212b6f1caba429c47bbfa3efb37da5d9d0cd9007
Author: Dan Williams <dcbw redhat com>
Date:   Tue Jul 27 11:13:52 2010 -0700

    core: use ppp 2.4.5 plugin path by default
    
    Use --with-pppd-plugin-dir to change it when needed.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a887e2f..877d93b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_ARG_WITH([pppd-plugin-dir], AS_HELP_STRING([--with-pppd-plugin-dir=DIR], [pat
 if test -n "$with_pppd_plugin_dir" ; then
 	PPPD_PLUGIN_DIR="$with_pppd_plugin_dir"
 else
-	PPPD_PLUGIN_DIR="${libdir}/pppd/2.4.4"
+	PPPD_PLUGIN_DIR="${libdir}/pppd/2.4.5"
 fi
 AC_SUBST(PPPD_PLUGIN_DIR)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]