NetworkManager r3703 - trunk
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r3703 - trunk
- Date: Thu, 29 May 2008 18:27:15 +0000 (UTC)
Author: dcbw
Date: Thu May 29 18:27:14 2008
New Revision: 3703
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3703&view=rev
Log:
Remove unused check for /sbin/ip (Michael Biebl)
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Thu May 29 18:27:14 2008
@@ -285,19 +285,6 @@
fi
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
AC_CHECK_HEADERS(pppd/pppd.h,,
AC_MSG_ERROR(couldn't find pppd.h. pppd development headers are required.))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]