]> git.pld-linux.org Git - packages/Xbae.git/blob - Xbae-ac.patch
- rebuild without libjpeg.la
[packages/Xbae.git] / Xbae-ac.patch
1 --- xbae-4.60.4/acinclude.m4.orig       2004-02-02 21:20:03.000000000 +0100
2 +++ xbae-4.60.4/acinclude.m4    2007-02-17 17:01:56.835812809 +0100
3 @@ -285,7 +285,7 @@
4  AC_PATH_PROG(man2html_cmd, man2html)
5  if test -x "$man2html_cmd"
6  then
7 -  if test -z "`$man2html_cmd </dev/null 2>&1 | grep \"LessTif's man2html\"`"
8 +  if test -z "$($man2html_cmd </dev/null 2>&1 | grep "LessTif's man2html")"
9    then
10       dnl found wrong one
11       MAN2HTML="\$(top_builddir)/scripts/man2html"
This page took 0.077416 seconds and 4 git commands to generate.