From 8dbeb3537214a4377f1157ceae5738427f69f78e Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Sat, 29 Oct 1994 12:43:53 +0000 Subject: [PATCH] change a stray [ to test --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 385953ffd3d..b5d9d1c5169 100644 --- a/configure.in +++ b/configure.in @@ -891,10 +891,10 @@ test "${x_libraries}" != NONE && LD_SWITCH_X_SITE="-L${x_libraries}" 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 -- 2.39.5