- make this a warning instead of an error

SVN revision: 16235
This commit is contained in:
Dan Sinclair 2005-08-18 16:28:31 +00:00 committed by Dan Sinclair
parent cf4b7b0f4b
commit 3d297188f5
1 changed files with 1 additions and 1 deletions

View File

@ -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}"