mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 02:30:11 +01:00
build: default to pppd-2.4.5 plugin dir
People should be using 2.4.5 now anyway, since it's been out for quite a while and includes the fixes for the bogus DNS servers.
This commit is contained in:
parent
c3ebe98ae3
commit
871f9934fa
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue