2010/11/12 Eric Blake <eblake@xxxxxxxxxx>: > On 11/12/2010 01:50 PM, Matthias Bolte wrote: >> This also fixes configure problems on FreeBSD, as test doesn't >> understand '==' there. >> --- >> Âconfigure.ac | Â Â6 +++--- >> Â1 files changed, 3 insertions(+), 3 deletions(-) > > I'm surprised 'make syntax-check' isn't catching these. ÂMaybe I can > whip that one into shape quickly... > >> >> diff --git a/configure.ac b/configure.ac >> index f691c27..66237e1 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -269,9 +269,9 @@ fi >> >> ÂAC_MSG_CHECKING([where to write libvirtd PID file]) >> ÂAC_ARG_WITH([remote-pid-file], [AC_HELP_STRING([--with-remote-pid-file=@<:@pidfile|none@:>@], [PID file for libvirtd])]) >> -if test "x$with_remote_pid_file" == "x" ; then >> +if test "x$with_remote_pid_file" = "x" ; then > > Meanwhile, ACK. > Thanks, pushed. Matthias -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list