]> git.pld-linux.org Git - packages/entice.git/blame - entice-no_buildtime_gimp.patch
- tabs in preamble
[packages/entice.git] / entice-no_buildtime_gimp.patch
CommitLineData
5f960283 1--- entice/configure.in~ 2005-05-07 23:11:45.000000000 +0000
2+++ entice/configure.in 2005-07-02 13:37:00.000000000 +0000
4afb46c3 3@@ -99,13 +99,7 @@
4 [ AC_MSG_ERROR(Cannot find epsilon) ]
5 )
5f960283 6
7-AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
4afb46c3 8-if test -z "$GIMP_REMOTE_BIN" ; then
5f960283 9- AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)
4afb46c3 10- if test -z "$GIMP_REMOTE_BIN" ; then
5f960283 11- AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH)
12- fi
13-fi
14+GIMP_REMOTE_BIN=/usr/bin/gimp-remote
4afb46c3 15 if test -z "$GIMP_REMOTE_BIN" ; then
5f960283 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.081871 seconds and 4 git commands to generate.