]> git.pld-linux.org Git - packages/entice.git/blob - entice-no_buildtime_gimp.patch
- tabs in preamble
[packages/entice.git] / entice-no_buildtime_gimp.patch
1 --- entice/configure.in~        2005-05-07 23:11:45.000000000 +0000
2 +++ entice/configure.in 2005-07-02 13:37:00.000000000 +0000
3 @@ -99,13 +99,7 @@
4    [ AC_MSG_ERROR(Cannot find epsilon) ]
5  )
6  
7 -AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
8 -if test -z "$GIMP_REMOTE_BIN" ; then
9 -  AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)
10 -  if test -z "$GIMP_REMOTE_BIN" ; then
11 -    AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH)
12 -  fi
13 -fi
14 +GIMP_REMOTE_BIN=/usr/bin/gimp-remote
15  if test -z "$GIMP_REMOTE_BIN" ; then
16    echo "The GIMP remote is not in your \$PATH. Please ensure it is.";
17    echo "Read the manual page for you shell as to how to extend your path.";
This page took 0.0866 seconds and 3 git commands to generate.