mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 13:30:20 +01:00
2005-06-30 Robert Love <rml@novell.com>
* configure.in: look in "/usr/sbin" for dhcdbd, too. (it shouldn't be in /sbin unless D-BUS is, folks). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@767 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
0b9da2df82
commit
ae0754c1e1
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
* src/NetworkManagerDevice.c: g_malloc0 cannot fail.
|
||||
* src/nm-dbus-nm.c: print when we sleep and wake up.
|
||||
* gnome/applet/menu-items.c: whitespace, misc. cleanup.
|
||||
* configure.in: look in "/usr/sbin" for dhcdbd, too. (it shouldn't be
|
||||
in /sbin unless D-BUS is, folks).
|
||||
|
||||
2005-06-27 Robert Love <rml@novell.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ AC_DEFINE_UNQUOTED(NM_NAMED_BINARY_PATH, "$with_named", [Define to path of named
|
|||
AC_DEFINE_UNQUOTED(NM_NAMED_DATA_DIR, "$with_named_dir", [Define to path of named data directory])
|
||||
AC_DEFINE_UNQUOTED(NM_NAMED_USER, "$with_named_user", [Define to named username])
|
||||
|
||||
AC_PATH_PROG(DHCDBD_BINARY_PATH, dhcdbd, [], $PATH:/sbin)
|
||||
AC_PATH_PROG(DHCDBD_BINARY_PATH, dhcdbd, [], $PATH:/sbin:/usr/sbin)
|
||||
if ! test -x "$DHCDBD_BINARY_PATH"; then
|
||||
AC_MSG_ERROR(dhcdbd was not installed. See http://people.redhat.com/jvdias/dhcdbd)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue