]> git.pld-linux.org Git - packages/evince-gtk.git/blame - evince-gs8.patch
- ver. 0.5.3
[packages/evince-gtk.git] / evince-gs8.patch
CommitLineData
93737197
AF
1--- evince-0.1.6/configure.ac.wiget 2005-03-05 15:34:24.868628085 +0100
2+++ evince-0.1.6/configure.ac 2005-03-05 15:46:37.530335700 +0100
3@@ -90,7 +90,7 @@
4
5 dnl check for GS version
6 AC_MSG_CHECKING(for Ghostscript version...)
7-GS_VERSION=`gs --version | head -n 1 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
8+GS_VERSION=`gs --version 2>&1| head -n 1 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
9 AC_MSG_RESULT(found $GS_VERSION)
10 if test "$GS_VERSION" -lt "7"; then
11 AC_MSG_ERROR([You need Ghostscript version >= 7 in order to run evince])
This page took 0.177863 seconds and 4 git commands to generate.