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

Collapse All | Expand All

(-)a/configure.ac (-5 lines)
Lines 401-411 Link Here
401
401
402
AC_SUBST(GDK_PIXBUF_CSOURCE)
402
AC_SUBST(GDK_PIXBUF_CSOURCE)
403
403
404
AC_PATH_PROG(ZENITY, zenity, no)
405
if test x"$ZENITY" = xno; then
406
  AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
407
fi
408
409
AC_ARG_ENABLE(debug,
404
AC_ARG_ENABLE(debug,
410
	[  --enable-debug		enable debugging],,
405
	[  --enable-debug		enable debugging],,
411
	enable_debug=no)
406
	enable_debug=no)

Return to bug 659472