Angus Leeming <[EMAIL PROTECTED]> writes:

| I noticed this when configuring lyx just now.
| ../configure: line 13123: test: =: unary operator expected
>
| Trivial fix.

but perhaps in the configure.in file instead...

| 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

This patch should do it:

[eh... I just committed it...]

-- 
        Lgb

Reply via email to