# HG changeset patch # User Richard M. Stallman # Date 743110978 0 # Node ID e13db44b8a9e6694ea6b258d7837ae4df4724aee # Parent f8fa30d5b7fdb3614fe7fdd8cb6089a76b24b7ca (testing x_includes and x_libraries): Use =, not ==. diff -r f8fa30d5b7fd -r e13db44b8a9e configure1.in --- a/configure1.in Mon Jul 19 19:25:46 1993 +0000 +++ b/configure1.in Mon Jul 19 19:42:58 1993 +0000 @@ -1000,7 +1000,7 @@ ### 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 [