summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane2003-05-22 16:39:30 +0000
committerTom Lane2003-05-22 16:39:30 +0000
commitc120f4ba0adaeff5f4311c2edccdb58235e3ac82 (patch)
tree31a5ae84f12f8c4ccb2d62ecff4f5b1cfbe3547e /configure
parent39e98d9563a48ddf5b25e89bad91b391f5af9690 (diff)
Adjust configure so that extern tzname[] will be checked for
independently of whether the struct tm tm_zone member exists. Also run autoheader, which seems not to have been done lately; it added about three more things to pg_config.h.in than I was expecting...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure b/configure
index afe81d03460..5d669b4a198 100755
--- a/configure
+++ b/configure
@@ -9413,8 +9413,8 @@ cat >>confdefs.h <<\_ACEOF
#define HAVE_TM_ZONE 1
_ACEOF
-else
- echo "$as_me:$LINENO: checking for tzname" >&5
+fi
+echo "$as_me:$LINENO: checking for tzname" >&5
echo $ECHO_N "checking for tzname... $ECHO_C" >&6
if test "${ac_cv_var_tzname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9463,13 +9463,12 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fi
echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
echo "${ECHO_T}$ac_cv_var_tzname" >&6
- if test $ac_cv_var_tzname = yes; then
+if test $ac_cv_var_tzname = yes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_TZNAME 1
_ACEOF
- fi
fi
echo "$as_me:$LINENO: checking for union semun" >&5