diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d9ba5c2..098b66b 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +57,9 @@ fi #endif #endif +AC_CHECK_FUNC([mkstemp], + AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the `mkstemp' function.])) + # Checks for pkg-config packages XAW_CHECK_XPRINT_SUPPORT(DEP) |