I noticed this when configuring lyx just now. ../configure: line 13123: test: =: unary operator expected
Trivial fix.
Angus
- if test $lyx_use_xforms_image_loader = no; then
+ if test x$lyx_use_xforms_image_loader = xno; then
USE_BASIC_IMAGE_LOADER_TRUE=
USE_BASIC_IMAGE_LOADER_FALSE='#'
else
USE_BASIC_IMAGE_LOADER_TRUE='#'
USE_BASIC_IMAGE_LOADER_FALSE=
fi
