Mercurial > hg > octave-max
comparison configure.in @ 9173:224634b2e6e3
configure.in, aclocal.m4: check for c99 vsnprintf
author | Peter O'Gorman <pogma@thewrittenword.com> |
---|---|
date | Mon, 04 May 2009 15:57:28 -0400 |
parents | cd68431b395a |
children | 7ea76c8a59f7 |
comparison
equal
deleted
inserted
replaced
9172:cd68431b395a | 9173:224634b2e6e3 |
---|---|
1644 *) | 1644 *) |
1645 AC_CHECK_FUNCS(strftime) | 1645 AC_CHECK_FUNCS(strftime) |
1646 ;; | 1646 ;; |
1647 esac | 1647 esac |
1648 | 1648 |
1649 OCTAVE_HAVE_C99_VSNPRINTF | |
1649 OCTAVE_STRPTIME_BROKEN | 1650 OCTAVE_STRPTIME_BROKEN |
1650 OCTAVE_SMART_PUTENV | 1651 OCTAVE_SMART_PUTENV |
1651 | 1652 |
1652 case "$canonical_host_type" in | 1653 case "$canonical_host_type" in |
1653 *-*-msdosmsvc | *-*-mingw*) | 1654 *-*-msdosmsvc | *-*-mingw*) |