Undo last change; it was a typo.

This commit is contained in:
Paul Eggert 2006-08-15 16:28:09 +00:00
parent 427e34b361
commit 60c7f58b21

View File

@ -949,7 +949,7 @@ else
AC_CACHE_CHECK(for tzname, ac_cv_var_tzname,
[AC_LINK_IFELSE([AC_LANG_PROGRAM(
[[#include <time.h>
#ifndef HAVE_DECL_TZNAME
#if !HAVE_DECL_TZNAME
extern char *tzname[];
#endif
]],