summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2f91601..907a1df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,13 @@ AC_SUBST(WARN_CFLAGS)
dnl **************************************************
+dnl *** Check for g_get_num_processors() presence ***
+dnl **************************************************
+AC_CHECK_LIB(glib-2.0, g_get_num_processors, [
+ AC_DEFINE(HAVE_G_GET_NUM_PROCESSORS, 1, [Define if glib has g_get_num_processors()])])
+
+
+dnl **************************************************
dnl *** Check for EXIV2 version ***
dnl **************************************************
AC_MSG_CHECKING(for EXIV2 - version >= $EXIV2_REQUIRED)