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



commit e9641e79ab2a847a3f3ef80177d4553d940532b5
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]