aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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
68dnl Windows requires the mingw-catgets library for the catgets function.
69AC_SEARCH_LIBS([catgets], [catgets], [], [])
70
68dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?): 71dnl The autoconf test for strftime is broken now (due to gcc 3.3 bug?):
69dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc 72dnl Gcc 3.3 testprog = ``extern "C" char strftime;'', build with g++ test.cc
70dnl breaks with: 73dnl breaks with: