]> git.pld-linux.org Git - packages/entice.git/blob - entice-no_buildtime_gimp.patch
73e3901b5945d3574c5f6590c660adfee8845f76
[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 @@ -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.064415 seconds and 2 git commands to generate.