From: Paul Eggert Date: Tue, 15 Aug 2006 16:28:09 +0000 (+0000) Subject: Undo last change; it was a typo. X-Git-Tag: AUTOCONF-2.60a~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c7f58b21ca646d704b8f07a0c25bffe227914d;p=thirdparty%2Fautoconf.git Undo last change; it was a typo. --- diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4 index 1ec2a8cee..1c45101ed 100644 --- a/lib/autoconf/types.m4 +++ b/lib/autoconf/types.m4 @@ -949,7 +949,7 @@ else AC_CACHE_CHECK(for tzname, ac_cv_var_tzname, [AC_LINK_IFELSE([AC_LANG_PROGRAM( [[#include -#ifndef HAVE_DECL_TZNAME +#if !HAVE_DECL_TZNAME extern char *tzname[]; #endif ]],