blob: a8611b4faa68a8e537bdafb6cb8db73987d43d75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2015-04-04 08:00:48 UTC
+++ configure
@@ -2596,7 +2596,7 @@ fi
-if test "x$ABIWORD" == "x"; then
+if test "x$ABIWORD" = "x"; then
as_fn_error 1 "abiword not found in PATH" "$LINENO" 5
fi
|