diff options
Diffstat (limited to 'editors/abiword-docs/files/patch-configure')
-rw-r--r-- | editors/abiword-docs/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/abiword-docs/files/patch-configure b/editors/abiword-docs/files/patch-configure new file mode 100644 index 000000000000..4273e56a5a19 --- /dev/null +++ b/editors/abiword-docs/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-10-28 18:13:56.000000000 +0100 ++++ configure 2009-10-28 18:14:55.000000000 +0100 +@@ -2548,7 +2548,7 @@ + + + +-if test "x$ABIWORD" == "x"; then ++if test "x$ABIWORD" \= "x"; then + { { $as_echo "$as_me:$LINENO: error: abiword not found in PATH" >&5 + $as_echo "$as_me: error: abiword not found in PATH" >&2;} + { (exit 1); exit 1; }; } |