Mercurial > emacs
changeset 4164:e13db44b8a9e
(testing x_includes and x_libraries): Use =, not ==.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 19 Jul 1993 19:42:58 +0000 |
parents | f8fa30d5b7fd |
children | 328187f39c3a |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 [