From a8fc7ecd77cc5e2bf63d457fa30cca605ff63a8c Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 20 Dec 2009 00:17:12 -0800 Subject: test: add ability to drive ppp for connection tests --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') 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) -- cgit v1.2.3-70-g09d2