Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832733
Collapse All | Expand All

(-)a/configure (-2 / +2 lines)
Lines 16627-16633 Link Here
16627
16627
16628
16628
16629
16629
16630
LIB_PLUGINS = ''
16630
LIB_PLUGINS=''
16631
16631
16632
# Add configure option --enable-maintainer-mode which enables dependency
16632
# Add configure option --enable-maintainer-mode which enables dependency
16633
# checking and generation useful to package maintainers.  This is made an
16633
# checking and generation useful to package maintainers.  This is made an
Lines 17178-17184 Link Here
17178
17178
17179
fi
17179
fi
17180
17180
17181
if test "$with_fastfloat" == "yes"
17181
if test "$with_fastfloat" = "yes"
17182
then
17182
then
17183
            LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float"
17183
            LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float"
17184
fi
17184
fi
(-)a/configure.ac (-2 / +2 lines)
Lines 55-61 Link Here
55
AC_PROG_LIBTOOL
55
AC_PROG_LIBTOOL
56
AC_SUBST(LIBTOOL_DEPS)
56
AC_SUBST(LIBTOOL_DEPS)
57
57
58
LIB_PLUGINS = ''
58
LIB_PLUGINS=''
59
59
60
# Add configure option --enable-maintainer-mode which enables dependency
60
# Add configure option --enable-maintainer-mode which enables dependency
61
# checking and generation useful to package maintainers.  This is made an
61
# checking and generation useful to package maintainers.  This is made an
Lines 149-155 Link Here
149
            [
149
            [
150
                with_fastfloat='no'
150
                with_fastfloat='no'
151
            ])
151
            ])
152
if test "$with_fastfloat" == "yes"
152
if test "$with_fastfloat" = "yes"
153
then
153
then
154
            LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float"
154
            LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float"
155
fi
155
fi

Return to bug 832733