aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 14:33:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-11 14:33:45 +0000
commite350c6beb6eb363ad0243cf000c10c5dd3adcfcb (patch)
treee02c075722e432116b7040c842256030b2d63bcb /configure.ac
parent9b89b7f2c0dcfa76f0cb6f17dd1d56dd299fa32e (diff)
stop checking for mktime() in the configure script... we don't use it, and the test is buggy under gcc 4.3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@107461 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1662fbe4a..78386914e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,7 +251,6 @@ AC_PROG_GCC_TRADITIONAL
# AC_FUNC_MALLOC
# AC_FUNC_REALLOC
AC_FUNC_MEMCMP
-AC_FUNC_MKTIME
AC_FUNC_MMAP
AC_FUNC_SELECT_ARGTYPES
AC_FUNC_SETVBUF_REVERSED