diff options
author | Dan Williams <dcbw@redhat.com> | 2009-12-20 00:17:12 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2009-12-20 00:17:12 -0800 |
commit | a8fc7ecd77cc5e2bf63d457fa30cca605ff63a8c (patch) | |
tree | a2659285ccb8cb0d777fe08c885664b9e4de773c /configure.ac | |
parent | 87ee623923ec527aa1158387901aab19e64dc22b (diff) |
test: add ability to drive ppp for connection tests
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f142d35b..0e00632f 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,13 @@ AC_SUBST(UDEV_BASE_DIR) GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` AC_SUBST(GLIB_GENMARSHAL) +if test -n "$with_pppd_plugin_dir" ; then + PPPD_PLUGIN_DIR="$with_pppd_plugin_dir" +else + PPPD_PLUGIN_DIR="${libdir}/pppd/2.4.4" +fi +AC_SUBST(PPPD_PLUGIN_DIR) + AC_ARG_ENABLE(more-warnings, AS_HELP_STRING([--enable-more-warnings], [Maximum compiler warnings]), set_more_warnings="$enableval",set_more_warnings=yes) AC_MSG_CHECKING(for more warnings, including -Werror) |