This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 1f2eb2336bf8a931b8be27d9ff5030d6e324c76f
Author: Marcel Holtmann <[email protected]>
Date:   Fri Jan 2 19:47:45 2009 +0100

    Fix typo in PPP enabling check


Diff in this email is a maximum of 400 lines.
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,
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to