summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-09-20 18:26:02 +0300
committerPekka Pessi <Pekka.Pessi@nokia.com>2010-09-20 18:43:04 +0300
commit6006a828367a12c23250a48d861e5e0ff7298eb6 (patch)
treeda66acb8a0b5e9f497d4b5623d10c89e37646cdf /configure.ac
parentad79559c0a5b6fa017b884cfeece31586f49917b (diff)
configure.ac: warn about missing mlocknice
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 817a2fc..6f6d0d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,8 @@ AC_CHECK_FUNC([getresuid])
AC_SEARCH_LIBS(pthread_mutex_trylock, pthread,,
AC_ERROR([POSIX threads not available]))
-AC_CHECK_LIB([mlocknice], [mln_lock_data])
+AC_CHECK_LIB([mlocknice], [mln_lock_data],,
+ AC_MSG_WARN([Library mlocknice not found]))
AC_SUBST([testdir],'${libdir}/tests/telepathy-ring-tests')
AC_SUBST([includemodemdir],'${includedir}/modem-glib')