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

(-)tesseract-3.02.02/configure (-1 / +1 lines)
Lines 16302-16308 Link Here
16302
16302
16303
have_lept=no
16303
have_lept=no
16304
if test "$LIBLEPT_HEADERSDIR" = "" ; then
16304
if test "$LIBLEPT_HEADERSDIR" = "" ; then
16305
  LIBLEPT_HEADERSDIR="/usr/local/include /usr/include"
16305
  LIBLEPT_HEADERSDIR="/usr/include/leptonica /usr/include /usr/local/include"
16306
fi
16306
fi
16307
for incd in $LIBLEPT_HEADERSDIR
16307
for incd in $LIBLEPT_HEADERSDIR
16308
do
16308
do
(-)tesseract-3.02.02/configure.ac (-1 / +1 lines)
Lines 271-277 Link Here
271
271
272
have_lept=no
272
have_lept=no
273
if test "$LIBLEPT_HEADERSDIR" = "" ; then
273
if test "$LIBLEPT_HEADERSDIR" = "" ; then
274
  LIBLEPT_HEADERSDIR="/usr/local/include /usr/include"
274
  LIBLEPT_HEADERSDIR="/usr/include/leptonica /usr/include /usr/local/include"
275
fi
275
fi
276
for incd in $LIBLEPT_HEADERSDIR
276
for incd in $LIBLEPT_HEADERSDIR
277
do
277
do

Return to bug 498842