configure: fix botched quoting
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 15:24:23 +0000 (17:24 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 24 Jul 2012 10:22:17 +0000 (12:22 +0200)
commit733d4546cee292f148b8a3ff1d33bc38066338d8
tree510550d527bb4de279dea0e72c2d9a210acc922a
parentaaf6103699d055b5404eff3b1eb70c2427de6530
configure: fix botched quoting

* configure.ac: In the AC_SUBST call on 'VALGRIND_PREBISON'.  Without
this change, when running ./configure, I see:

    ...
    checking for valgrind... valgrind
    ./configure: line 35221: -q: command not found
    checking for Java compiler... gcj -C -fsource=1.3 -ftarget=1.4
    ...

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
.gitignore
configure.ac