diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 71c86d1..14f1993 100644 --- a/configure.in +++ b/configure.in | |||
@@ -65,6 +65,9 @@ AC_CHECK_FUNCS(catclose catgets catopen getpid gettimeofday memset mkdir \ | |||
65 | nl_langinfo putenv regcomp select setenv setlocale sigaction snprintf \ | 65 | nl_langinfo putenv regcomp select setenv setlocale sigaction snprintf \ |
66 | sqrt strcasecmp strcasestr strchr strstr strtol strtoul sync vsnprintf) | 66 | sqrt strcasecmp strcasestr strchr strstr strtol strtoul sync vsnprintf) |
67 | 67 | ||
68 | dnl Windows requires the mingw-catgets library for the catgets function. | ||
69 | AC_SEARCH_LIBS([catgets], [catgets], [], []) | ||
70 | |||
68 | dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?): | 71 | dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?): |
69 | dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc | 72 | dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc |
70 | dnl breaks with: | 73 | dnl breaks with: |