diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-15 10:19:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-15 10:30:10 -0800 |
commit | b3f10a08922f568b7cbc791354cf0d4267cd88c1 (patch) | |
tree | d065d9f02d4608c928bc184da9e19276f7efd832 /configure.ac | |
parent | ff81a4e4e894915bb6b8aece8314ca1a854140a4 (diff) |
Use autoconf standard HAVE_MKSTEMP define instead of old imake HAS_MKSTEMP
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b05d070..9c977a6 100644 --- a/configure.ac +++ b/configure.ac @@ -40,8 +40,7 @@ XORG_DEFAULT_OPTIONS AM_PROG_CC_C_O -AC_CHECK_FUNC([mkstemp], - AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the "mkstemp" function.])) +AC_CHECK_FUNCS([mkstemp]) # Obtain compiler/linker options from depedencies PKG_CHECK_MODULES(BMTOA, x11 xmu) |