[hitori/wip/pwithnall/macros: 8/8] build: Add missing AC_CHECK_FUNCS call for atexit()



commit 04719b3456b0e468a4277aac727412522dc970a1
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Mar 11 12:23:00 2015 +0000

    build: Add missing AC_CHECK_FUNCS call for atexit()
    
    The generated GResource code uses it. Spotted by autoscan. Thanks,
    autoscan!

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c84fbcb..a17d13f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ YELP_HELP_INIT
 APPSTREAM_XML
 
 # Dependencies
+AC_CHECK_FUNCS([atexit])
 PKG_CHECK_MODULES([GENERAL],[glib-2.0 gio-2.0 >= 2.32 gtk+-3.0 >= 3.15.0 gmodule-2.0 cairo >= 1.4])
 
 # Output!


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]