diff options
| author | David J. MacKenzie | 1994-10-29 12:43:53 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-10-29 12:43:53 +0000 |
| commit | 8dbeb3537214a4377f1157ceae5738427f69f78e (patch) | |
| tree | 11929b7d4c71dcdf87d1adc1bf1e5a07cdc2811e | |
| parent | 0ec5b01db42ba833501f60a60561d4c73e5425e9 (diff) | |
| download | emacs-8dbeb3537214a4377f1157ceae5738427f69f78e.tar.gz emacs-8dbeb3537214a4377f1157ceae5738427f69f78e.zip | |
change a stray [ to test
| -rw-r--r-- | configure.in | 6 |
1 files 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}" | |||
| 891 | test "${x_libraries}" != NONE && LD_SWITCH_X_SITE_AUX="-R${x_libraries}" | 891 | test "${x_libraries}" != NONE && LD_SWITCH_X_SITE_AUX="-R${x_libraries}" |
| 892 | test "${x_includes}" != NONE && C_SWITCH_X_SITE="-I${x_includes}" | 892 | test "${x_includes}" != NONE && C_SWITCH_X_SITE="-I${x_includes}" |
| 893 | 893 | ||
| 894 | if [ x"${x_includes}" = x ]; then | 894 | if test x"${x_includes}" = x; then |
| 895 | bitmapdir=/usr/include/X11/bitmaps; | 895 | bitmapdir=/usr/include/X11/bitmaps |
| 896 | else | 896 | else |
| 897 | bitmapdir="${x_includes}/bitmaps"; | 897 | bitmapdir="${x_includes}/bitmaps" |
| 898 | fi | 898 | fi |
| 899 | 899 | ||
| 900 | case "${window_system}" in | 900 | case "${window_system}" in |