mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 06:38:11 +02:00
Remove unused check for /sbin/ip (Michael Biebl)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3703 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
df0ce7f209
commit
2d9e9df3e7
1 changed files with 0 additions and 13 deletions
13
configure.in
13
configure.in
|
|
@ -285,19 +285,6 @@ else
|
||||||
fi
|
fi
|
||||||
AC_SUBST(DBUS_SYS_DIR)
|
AC_SUBST(DBUS_SYS_DIR)
|
||||||
|
|
||||||
# ip binary path
|
|
||||||
AC_ARG_WITH(ip, AS_HELP_STRING([--with-ip=/path/to/ip], [path to ip]))
|
|
||||||
if test "x${with_ip}" = x; then
|
|
||||||
AC_PATH_PROG(IP_BINARY_PATH, ip, [], $PATH:/sbin:/usr/sbin)
|
|
||||||
if ! test -x "$IP_BINARY_PATH"; then
|
|
||||||
AC_MSG_ERROR(iproute2 was not installed. See http://linux-net.osdl.org/index.php/Iproute2)
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
IP_BINARY_PATH="$with_ip"
|
|
||||||
fi
|
|
||||||
AC_DEFINE_UNQUOTED(IP_BINARY_PATH, "$IP_BINARY_PATH", [Define to path of ip binary])
|
|
||||||
AC_SUBST(IP_BINARY_PATH)
|
|
||||||
|
|
||||||
# PPPD
|
# PPPD
|
||||||
AC_CHECK_HEADERS(pppd/pppd.h,,
|
AC_CHECK_HEADERS(pppd/pppd.h,,
|
||||||
AC_MSG_ERROR(couldn't find pppd.h. pppd development headers are required.))
|
AC_MSG_ERROR(couldn't find pppd.h. pppd development headers are required.))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue