Check in /usr/sbin for iptables too, for SUSE distros (Jim Fehlig)

This commit is contained in:
Daniel P. Berrange 2008-05-05 19:58:56 +00:00
parent b04e40d6a3
commit db3f10c807
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon May 5 15:57:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* configure.in: Check in /usr/sbin for iptables too, for SUSE
distros (Jim Fehlig)
Thu May 1 14:10:28 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/remote_internal.c: Cope with NULL from qparam_get_query

View File

@ -217,7 +217,7 @@ if test x"$LOKKIT_PATH" != x; then
AC_DEFINE_UNQUOTED(LOKKIT_PATH, "$LOKKIT_PATH", [path to lokkit binary])
fi
AC_PATH_PROG(IPTABLES_PATH, iptables, /sbin/iptables)
AC_PATH_PROG(IPTABLES_PATH, iptables, /sbin/iptables, [/usr/sbin:$PATH])
AC_DEFINE_UNQUOTED(IPTABLES_PATH, "$IPTABLES_PATH", [path to iptables binary])
dnl