diff --git a/ChangeLog b/ChangeLog index 1ef240a358..b14c2c2a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon May 5 15:57:28 EST 2008 Daniel P. Berrange + + * 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 * src/remote_internal.c: Cope with NULL from qparam_get_query diff --git a/configure.in b/configure.in index f707229d20..fb9229baa6 100644 --- a/configure.in +++ b/configure.in @@ -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