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

(-)configure.ac.orig (+5 lines)
Lines 1795-1800 Link Here
1795
#
1795
#
1796
# Check for JBIG delegate library.
1796
# Check for JBIG delegate library.
1797
#
1797
#
1798
AC_ARG_WITH([jbig],
1799
    [AC_HELP_STRING([--without-jbig],
1800
                    [disable JBIG support])],
1801
    [with_jbig=$withval],
1802
    [with_jbig='yes'])
1798
have_jbig='no'
1803
have_jbig='no'
1799
JBIG_LIBS=''
1804
JBIG_LIBS=''
1800
if test "$with_jbig" != 'no'; then
1805
if test "$with_jbig" != 'no'; then
(-)configure.orig (+9 lines)
Lines 1261-1266 Link Here
1261
with_fontpath
1261
with_fontpath
1262
with_gs_font_dir
1262
with_gs_font_dir
1263
with_gvc
1263
with_gvc
1264
with_jbig
1264
with_jpeg
1265
with_jpeg
1265
with_jp2
1266
with_jp2
1266
with_lcms
1267
with_lcms
Lines 37245-37250 Link Here
37245
37246
37246
37247
37247
37248
37249
if test "${with_jbig+set}" = set; then
37250
  withval=$with_jbig; with_jbig=$withval
37251
else
37252
  with_jbig='yes'
37253
fi
37254
if test "$with_jbig" != 'yes'; then
37255
    DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-jbig=$with_jbig "
37256
fi
37248
37257
37249
#
37258
#
37250
# Check for JBIG delegate library.
37259
# Check for JBIG delegate library.

Return to bug 235131