diff options
Diffstat (limited to 'deskutils/gnome-pim/files/patch-ae')
-rw-r--r-- | deskutils/gnome-pim/files/patch-ae | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/files/patch-ae b/deskutils/gnome-pim/files/patch-ae new file mode 100644 index 000000000000..d717eba3f5d7 --- /dev/null +++ b/deskutils/gnome-pim/files/patch-ae @@ -0,0 +1,28 @@ +--- configure.orig Mon Feb 26 00:15:55 2001 ++++ configure Tue Feb 27 16:58:50 2001 +@@ -3632,23 +3632,5 @@ + +- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6 +-echo "configure:3635: checking for gnome-pilot environment" >&5 +-if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then +- echo $ac_n "(cached) $ac_c" 1>&6 +-else +- +- if test "x$GNOME_CONFIG" = "xno"; then ++ echo "ignoring gnome-pilot environment""... $ac_c" 1>&6 ++echo "configure:3635: ignoring gnome-pilot environment" >&5 + gnome_cv_pilot_found=no +- else +- # gnome-config doesn't return a useful error status, +- # so we check if it outputs anything to stderr +- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then +- gnome_cv_pilot_found=yes +- else +- gnome_cv_pilot_found=no +- fi +- fi +- +-fi +- +-echo "$ac_t""$gnome_cv_pilot_found" 1>&6 + |