Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 171271 | Differences between
and this patch

Collapse All | Expand All

(-)recoll-1.12.1/configure (-1 / +1 lines)
Lines 4557-4563 Link Here
4557
#
4557
#
4558
4558
4559
if test X$QTDIR != X ; then
4559
if test X$QTDIR != X ; then
4560
   PATH=$QTDIR/bin:$PATH
4560
   PATH=$PATH:$QTDIR/bin
4561
   export PATH
4561
   export PATH
4562
fi
4562
fi
4563
4563
(-)recoll-1.12.1/configure.ac (-1 / +1 lines)
Lines 231-237 Link Here
231
#
231
#
232
232
233
if test X$QTDIR != X ; then
233
if test X$QTDIR != X ; then
234
   PATH=$QTDIR/bin:$PATH
234
   PATH=$PATH:$QTDIR/bin
235
   export PATH
235
   export PATH
236
fi
236
fi
237
237

Return to bug 171271