diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2002-02-21 03:54:34 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-02-21 03:54:34 +0000 |
commit | 88cec4d1358b874a96035e8b4a38a0b57c84c496 (patch) | |
tree | 4e97c90300a4592d61be41c9d4c048b1427d28a0 /configure.in | |
parent | 9d3f6abacb11b9c5ac646b1bb8de8b3031e4e46e (diff) | |
download | glib-88cec4d1358b874a96035e8b4a38a0b57c84c496.tar.gz |
ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>
Fixes from Miroslaw Dobrzanski-Neumann (#71963)
* glib/giounix.c (g_io_channel_new_file): Fix trailing comma
in enum.
* configure.in: Check for unsetenv.
* test/uri-test.c: Fall back to trying putenv(VARNAME) if
unsetenv isn't present.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 240b08790..573041fc2 100644 --- a/configure.in +++ b/configure.in @@ -576,7 +576,7 @@ GLIB_SIZEOF([$size_includes], ptrdiff_t, ptrdiff_t) GLIB_SIZEOF([$size_includes], intmax_t, intmax_t) # Check for some functions -AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep vasprintf) +AC_CHECK_FUNCS(lstat strerror strsignal memmove mkstemp vsnprintf stpcpy strcasecmp strncasecmp poll getcwd nanosleep vasprintf unsetenv) AC_FUNC_VSNPRINTF_C99 |