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

Collapse All | Expand All

(-)configure.ac.orig (-1 / +1 lines)
Lines 84-90 Link Here
84
[zzip/zziplib.pc], [zzip-zlib-config],[-lzzip])
84
[zzip/zziplib.pc], [zzip-zlib-config],[-lzzip])
85
# -----------------------------------------------------------------------
85
# -----------------------------------------------------------------------
86
AC_PATH_PROGS(PERL, perl5 perl, echo no perl found for)
86
AC_PATH_PROGS(PERL, perl5 perl, echo no perl found for)
87
AC_PATH_PROGS(PYTHON, python2.2 python2.3 python, echo no python found for)
87
AC_PATH_PROGS(PYTHON, python, echo no python found for)
88
AC_PATH_PROGS(MKZIP, zip pkzip, :)
88
AC_PATH_PROGS(MKZIP, zip pkzip, :)
89
AC_PATH_PROGS(XMLTO, xmlto, :)
89
AC_PATH_PROGS(XMLTO, xmlto, :)
90
90

Return to bug 174189