summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-22 23:23:05 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-22 23:23:05 +0000
commit6c178dc4b9427d359ffb833ba584a61fab761373 (patch)
tree6e76fd1b80d08c4e55360c0d6050db2155104ab0
parent31fb599f485d6b229587bd101e264869984997a3 (diff)
oop.h existance check
git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@34 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4
-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.