summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fbf373b..18eff06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,15 +15,13 @@ AC_CHECK_FUNCS([get_current_dir_name getcwd],[onegetcwd=true;break])
$onegetcwd || AC_MSG_ERROR([no function to get current directory found. weird.])
AC_HEADER_STDC
AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
-PKG_CHECK_MODULES([MODULES],[gtkmm-2.4 sqlite3],,[
- AC_MSG_ERROR([not all dependencies could be satisfied])
-])
+PKG_CHECK_MODULES([MODULES],[gtkmm-2.4 sqlite3])
AC_MSG_CHECKING([whether to enable debugging code])
ndebug=true
AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[enable debugging/development code]),
[ test "$enableval" = "no" || ndebug=false ]