Skip to content
Snippets Groups Projects
Commit a04d9867 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Add liblog4c dependecy - ticket #1179

parent 31e7b950
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ AC_PROG_INSTALL
AC_STDC_HEADERS
AC_PROG_LIBTOOL
AC_CHECK_HEADERS(log4c.h, have_log4c=true, have_log4c=false)
if ! $have_log4c; then
AC_MSG_ERROR(Please install the log4c library)
fi
PKG_CHECK_MODULES(DEPS, \
dbus-glib-1 >= 0.35 \
libnotify >= 0.4 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment