commit | 7037291aacb858f8090fd7d9028c196cc1a21703 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 13:30:11 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jun 05 14:06:04 2012 -0400 |
tree | 80293a148eb2a7dfa47e6a472ced0b0882910fe6 | |
parent | f1971a217424bd6db5c7072ba5cf197f318d4e47 [diff] |
Check for atexit()
diff --git a/configure.ac b/configure.ac index 073228b..44b0df4 100644 --- a/configure.ac +++ b/configure.ac
@@ -52,7 +52,7 @@ dnl GTK_DOC_CHECK([1.15],[--flavour no-tmpl]) # Functions and headers -AC_CHECK_FUNCS(mprotect sysconf getpagesize mmap _setmode isatty) +AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap _setmode isatty) AC_CHECK_HEADERS(unistd.h sys/mman.h io.h) # Compiler flags