Skip to content

Commit

Permalink
Build: configure: announce support of "free form" date/time spec support
Browse files Browse the repository at this point in the history
Now that all compiled CLI tools supporting date/time inputs are
adjusted to support that, and since it's rather platfom specific, care
to advertise the support by standard means.
  • Loading branch information
jnpkrn committed May 9, 2019
1 parent a0c901d commit e8040ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -902,6 +902,8 @@ AC_SUBST([SUPPORT_DATE_VERSATILITY],
[$HAVE_date_versatility])
AM_CONDITIONAL([BUILD_DATE_VERSATILITY],
[test $HAVE_date_versatility = 1])
test x"$HAVE_date_versatility" = x0 \
|| PCMK_FEATURES="$PCMK_FEATURES date-versatility"

dnl ========================================================================
dnl bzip2
Expand Down

0 comments on commit e8040ca

Please sign in to comment.