From 6c178dc4b9427d359ffb833ba584a61fab761373 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Oct 2003 23:23:05 +0000 Subject: oop.h existance check git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@34 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit