]> git.pld-linux.org Git - packages/entice.git/blobdiff - entice-no_buildtime_gimp.patch
- updated for current CVS
[packages/entice.git] / entice-no_buildtime_gimp.patch
index 73e3901b5945d3574c5f6590c660adfee8845f76..4d21d68358b6c70cd43f95a01a348ca3405c9823 100644 (file)
@@ -1,17 +1,17 @@
 --- entice/configure.in~       2005-05-07 23:11:45.000000000 +0000
 +++ entice/configure.in        2005-07-02 13:37:00.000000000 +0000
-@@ -124,13 +124,7 @@
- AC_SUBST(edje_cflags)
AC_SUBST(edje_libs)
+@@ -99,13 +99,7 @@
+   [ AC_MSG_ERROR(Cannot find epsilon) ]
+ )
  
 -AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
--if [ test -z $GIMP_REMOTE_BIN ]; then
+-if test -z "$GIMP_REMOTE_BIN" ; then
 -  AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)
--  if [ test -z $GIMP_REMOTE_BIN ]; then
+-  if test -z "$GIMP_REMOTE_BIN" ; then
 -    AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH)
 -  fi
 -fi
 +GIMP_REMOTE_BIN=/usr/bin/gimp-remote
- if [ test -z $GIMP_REMOTE_BIN ]; then
+ if test -z "$GIMP_REMOTE_BIN" ; then
    echo "The GIMP remote is not in your \$PATH. Please ensure it is.";
    echo "Read the manual page for you shell as to how to extend your path.";
This page took 0.040942 seconds and 4 git commands to generate.