Mercurial > emacs
changeset 9744:ca139ac056a1
change a stray [ to test
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Sat, 29 Oct 1994 12:43:53 +0000 |
parents | 6a97ed1cc733 |
children | 129ec4acc4ff |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Oct 29 11:14:05 1994 +0000 +++ b/configure.in Sat Oct 29 12:43:53 1994 +0000 @@ -891,10 +891,10 @@ test "${x_libraries}" != NONE && LD_SWITCH_X_SITE_AUX="-R${x_libraries}" test "${x_includes}" != NONE && C_SWITCH_X_SITE="-I${x_includes}" -if [ x"${x_includes}" = x ]; then - bitmapdir=/usr/include/X11/bitmaps; +if test x"${x_includes}" = x; then + bitmapdir=/usr/include/X11/bitmaps else - bitmapdir="${x_includes}/bitmaps"; + bitmapdir="${x_includes}/bitmaps" fi case "${window_system}" in