]> git.pld-linux.org Git - packages/entice.git/blame - entice-no_buildtime_gimp.patch
- do not require gimp at build time to enable external editing
[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
3@@ -124,13 +124,7 @@
4 AC_SUBST(edje_cflags)
5 AC_SUBST(edje_libs)
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.060534 seconds and 4 git commands to generate.