summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-05-18 10:09:13 -0700
committerDan Williams <dcbw@redhat.com>2010-05-18 10:09:13 -0700
commitbb4fdef18c1a016734208279895f651c06d11a38 (patch)
tree5da7dbe92a4147a6e5262b546af4722904cda3de /configure.ac
parent4fd85c14a12d08bac03c7955e70e904760a1348c (diff)
downloadModemManager-bb4fdef18c1a016734208279895f651c06d11a38.tar.gz
build: default to ppp 2.4.5 headers
2.4.5 has been out for a long time and fixes a number of bugs including the DNS bug. Use it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd7b8ebbe..5b4478645 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,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)