[syslog-ng] Configure glitch in 3.0

Corinna Vinschen vinschen at redhat.com
Wed Jan 14 12:35:49 CET 2009


Hi,

I think there's sort of a bug in the configury:

  if test "x$prefix" = "xNONE"; then
	  prefix=$ac_default_prefix
	  pidfiledir="/var/run"
  else
	  pidfiledir="${prefix}/var/run"
  fi

This evaluation of the pidfiledir does not take the defaults of autoconf
into account.  The pidfiledir should rather always default to

  pidfiledir="${localstatedir}"

instead of fiddeling with the prefix itself.  Does that make sense?


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


More information about the syslog-ng mailing list