]> git.saurik.com Git - apt.git/blobdiff - configure.in
Updated translation for 0.5.5, nearly complete.
[apt.git] / configure.in
index 67c5f046a6c8da23a8b42f33fe2c25bd77c2ef05..a0ade1c2896ff1aa23741cc48af41cb3c7c8baf6 100644 (file)
@@ -92,6 +92,10 @@ if test x"$HAVE_STATVFS" != x"yes"; then
    ])
 fi
 
+dnl We should use the real timegm function if we have it.
+AC_CHECK_FUNC(timegm,AC_DEFINE(HAVE_TIMEGM))
+AC_SUBST(HAVE_TIMEGM)
+
 dnl Check the sizes etc. of the architecture
 dnl This is stupid, it should just use the AC macros like it does below
 dnl Cross compilers can either get a real C library or preload the cache