projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b54445
)
Fix typo in PPP enabling check
author
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Jan 2009 18:47:45 +0000
(19:47 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Fri, 2 Jan 2009 18:47:45 +0000
(19:47 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
64000e1
..
ce99f4e
100644
(file)
--- 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,