summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b145fe2..be28445 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id: configure.ac 41 2003-10-20 21:53:46Z lennart $
+# $Id$
# This file is part of libnewmail.
#
@@ -47,6 +47,7 @@ fi
# Checks for libraries.
AC_CHECK_LIB([oop], [oop_sys_run])
+AC_CHECK_HEADER([oop.h],, AC_MSG_ERROR([[*** liboop-dev was not found ***]]))
AM_PATH_LIBGNUTLS(0.8.6,, AC_MSG_ERROR([[*** gnutls was not found ***]]))
# Checks for header files.