default_pre_build     &&
cd $SOURCE_DIRECTORY  &&

patch -p0 < $SPELL_DIRECTORY/glib-2.16.5-docsbuild.patch &&

#if [ "$GLIB_GETTEXT" == "y" ]; then
#   OPTS="$OPTS --with-libiconv=no"


if echo "$OPTS" | grep -q 'with-libiconv=no'; then
   sedit 's/test "$gt_cv_have_gettext" != "yes"/false/' configure
fi 
