From: Richard M. Stallman Date: Mon, 19 Jul 1993 19:42:58 +0000 (+0000) Subject: (testing x_includes and x_libraries): Use =, not ==. X-Git-Tag: emacs-19.34~11687 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e39a592c301d457ff519007708de9cab153c752;p=emacs.git (testing x_includes and x_libraries): Use =, not ==. --- 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 [