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

Collapse All | Expand All

(-)configure.ac (-3 / +5 lines)
Lines 366-374 Link Here
366
366
367
AM_PROG_VALAC([0.7.10])
367
AM_PROG_VALAC([0.7.10])
368
if test x${VALAC} = x""; then
368
# disable check for Vala compiler because it is not required for source releases
369
    exit 0;
369
# that already contains the C files generated by Vala
370
fi
370
#if test x${VALAC} = x""; then
371
#    exit 0;
372
#fi
371
373
372
374
373
AC_ARG_ENABLE([shave],
375
AC_ARG_ENABLE([shave],

Return to bug 312995