From 3d297188f5e83f897255d5809a41032064ec5ec4 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 18 Aug 2005 16:28:31 +0000 Subject: [PATCH] - make this a warning instead of an error SVN revision: 16235 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f40d61d87..1ceb3b6b1 100644 --- a/configure.in +++ b/configure.in @@ -134,7 +134,7 @@ AC_CHECK_HEADERS(CFBase.h, cf_cflags="${cf_cflags} -I /System/Library/Frameworks/IOKit.framework/Headers" cf_libs="-framework 'CoreFoundation' -framework 'IOKit'" ],[ - AC_MSG_ERROR([Cannot find CoreFoundation headers and libraries.]) + AC_MSG_WARN([Cannot find CoreFoundation headers and libraries.]) ] ) CPPFLAGS="${PCPPFLAGS}"