Angus Leeming <[EMAIL PROTECTED]> writes:

| Part of Asger's patch wraps bits of code up inside
>
| #ifdef USE_COMPRESSION
|     ...
| #endif
>
| blocks. Looks entirely reasonable to me. However, before I can apply it,
| I'd need to have a USE_COMPRESSION macro defined in config.h.
>
| Unfortuanetly, whilst there's this bit of code in configure.ac:
>
|     if test $use_compression = true ; then
|         AC_DEFINE(USE_COMRESSION, 1, [Define as 1 if you want to support
| compressed files.])
|         lyx_flags="$lyx_flags compression"
|     fi
>
| There's no corresponding
| /* #undef USE_COMRESSION */
| in config.h.in or
| #define USE_COMPRESSION in config.h
>
| That's despite me configuring with --enable-compression-support, resulting
| in this output at the end of the configure run:
>
|   Special build flags:            warnings stdlib-debug concept-checks pch
| assertions use-aspell jpeg-image-loader compression
>
| Can some guru help me here?

This is soley in the make system. Not part the compile at all. Why do
Asger need that?

-- 
        Lgb

Reply via email to