summaryrefslogtreecommitdiffstats
path: root/m4/tmpdir.m4
blob: 5b09d034ea3310ead560439e39be3954b75326cb (plain)
1
2
3
4
5
6
7
8
9
#serial 1

# Prerequisites for lib/tmpdir.c

AC_DEFUN([gt_TMPDIR],
[
  AC_STAT_MACROS_BROKEN
  AC_CHECK_FUNCS(__secure_getenv)
])