From 7e39a592c301d457ff519007708de9cab153c752 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Jul 1993 19:42:58 +0000 Subject: [PATCH] (testing x_includes and x_libraries): Use =, not ==. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index b1446be3d92..99133eef74a 100755 --- a/configure1.in +++ b/configure1.in @@ -1000,7 +1000,7 @@ esac ### If the user hasn't specified where we should find X, try ### letting autoconf figure that out. -if [ "0${x_includes}" == 0 ] && [ "0${x_libraries}" == 0 ]; then +if [ "0${x_includes}" = 0 ] && [ "0${x_libraries}" = 0 ]; then ] AC_FIND_X [ -- 2.39.5