configure.ac: fix check for xsltproc
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 12 Apr 2011 11:52:30 +0000 (12:52 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Jul 2011 18:23:24 +0000 (19:23 +0100)
commitb9f38fd024722c50c2f8ad961bbc752475bf0735
tree603412023e4dcabd2874a971feb6a3c66711790b
parentd54ea8a41b8df982eb87a6056ccce5a6a3a96748
configure.ac: fix check for xsltproc

Pre-setting XSLTPROC interferes with AC_CHECK_PROGS letting the user
override choice of program via the environment.

Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36156
configure.ac