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

Collapse All | Expand All

(-)somax/configure.ac (-2 / +3 lines)
Lines 79-93 fi Link Here
79
AH_VERBATIM([ENABLE_VTE],[#undef ENABLE_VTE])
79
AH_VERBATIM([ENABLE_VTE],[#undef ENABLE_VTE])
80
80
81
AC_ARG_ENABLE(gtksourceview,AC_HELP_STRING([--enable-gtksourceview],[enable gtksourceview library support (default=yes)]), gtksourceview=$enableval, gtksourceview=yes) 
81
AC_ARG_ENABLE(gtksourceview,AC_HELP_STRING([--enable-gtksourceview],[enable gtksourceview library support (default=yes)]), gtksourceview=$enableval, gtksourceview=yes) 
82
AH_VERBATIM([ENABLE_GTKSOURCEVIEW],[#undef ENABLE_GTKSOURCEVIEW])
83
82
if test "$gtksourceview" = yes; then
84
if test "$gtksourceview" = yes; then
83
  GTKSOURCEVIEW="gtksourceview-1.0"
85
  GTKSOURCEVIEW="gtksourceview-1.0"
84
  AM_CONDITIONAL(ENABLE_GTKSOURCEVIEW, ! test "$GTKSOURCEVIEW" = "")
85
  AC_DEFINE(ENABLE_GTKSOURCEVIEW, 1, [GtkSourceView support])
86
  AC_DEFINE(ENABLE_GTKSOURCEVIEW, 1, [GtkSourceView support])
86
else
87
else
87
  GTKSOURCEVIEW=
88
  GTKSOURCEVIEW=
88
fi
89
fi
89
90
90
AH_VERBATIM([ENABLE_GTKSOURCEVIEW],[#undef ENABLE_GTKSOURCEVIEW])
91
AM_CONDITIONAL(ENABLE_GTKSOURCEVIEW, ! test "$GTKSOURCEVIEW" = "")
91
92
92
AC_ARG_ENABLE(gnomeprint,AC_HELP_STRING([--enable-gnomeprint],[enable gnome print (default=yes)]), gnomeprint=$enableval, gnomeprint=yes) 
93
AC_ARG_ENABLE(gnomeprint,AC_HELP_STRING([--enable-gnomeprint],[enable gnome print (default=yes)]), gnomeprint=$enableval, gnomeprint=yes) 
93
if test "$gnomeprint" = yes; then
94
if test "$gnomeprint" = yes; then

Return to bug 176821