From 1f2eb2336bf8a931b8be27d9ff5030d6e324c76f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 2 Jan 2009 19:47:45 +0100 Subject: [PATCH] Fix typo in PPP enabling check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64000e1..ce99f4e 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ AC_ARG_ENABLE(hso, AC_HELP_STRING([--enable-hso], AM_CONDITIONAL(HSO, test "${enable_hso}" = "yes") AC_ARG_ENABLE(ppp, AC_HELP_STRING([--enable-ppp], - [enable PPP support]), [enable_udev=${enableval}]) + [enable PPP support]), [enable_ppp=${enableval}]) if (test "${enable_ppp}" = "yes"); then AC_PATH_PROG(PPPD, [pppd], [], $PATH:/sbin:/usr/sbin) AC_CHECK_HEADERS(pppd/pppd.h, enable_ppp=yes, -- 1.7.9.5