diff options
author | Andreas Hydén <ahyden@src.gnome.org> | 2000-04-20 19:16:36 +0000 |
---|---|---|
committer | Andreas Hydén <ahyden@src.gnome.org> | 2000-04-20 19:16:36 +0000 |
commit | a0fd80f1299543ccc36f20499e23a9e9dbd9ee9d (patch) | |
tree | c5c0f26cdae4072bc67f1273e07fe91e0c7d4cb5 /configure.in | |
parent | 46537c754031638f7e7f2a130c624922df4ee4a5 (diff) | |
download | nautilus-a0fd80f1299543ccc36f20499e23a9e9dbd9ee9d.tar.gz |
Added sv to ALL_LINGUAS
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.in b/configure.in index 962e1ad9a..8699c3e21 100644 --- a/configure.in +++ b/configure.in @@ -21,10 +21,6 @@ AC_PROG_LN_S AC_PROG_MAKE_SET AC_ISC_POSIX -AC_ARG_ENABLE(more-warnings, -[--enable-more-warnings Maximum compiler warnings], -set_more_warnings="$enableval", set_more_warnings=yes) - # Arg is enabled if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then echo "enable compile warnings = $set_more_warnings" @@ -34,9 +30,6 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wnested-externs -Wpointer-arith \ -Wno-sign-compare -Wsign-promo" fi -if test "$GCC" = "yes"; then - WERROR="-Werror" -fi AC_SUBST(WERROR) dnl @@ -163,9 +156,6 @@ LIBWWW_CFLAGS=`$LIBWWW_CONFIG --cflags` AC_SUBST(LIBWWW_LIBS) AC_SUBST(LIBWWW_CFLAGS) -AC_CHECK_LIB(z, gzopen, [Z_LIBS=-lz -AC_SUBST(Z_LIBS)], AC_MSG_ERROR([*** zlib is required])) - dnl GtkHTML checking dnl Currently we cannot do any version check as GtkHTML has not dnl been released yet. @@ -208,7 +198,7 @@ dnl Test for libpng AC_SUBST(LIBPNG) dnl Checks for i18n -ALL_LINGUAS="da no ru tr" +ALL_LINGUAS="da no ru sv tr" AM_GNOME_GETTEXT # AM_GNOME_GETTEXT above substs $DATADIRNAME # this is the directory where the *.{mo,gmo} files are installed |