default_pre_build     &&
cd $SOURCE_DIRECTORY  &&

#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 
