- make this a warning instead of an error
authorDan Sinclair <dj2>
Thu, 18 Aug 2005 16:28:31 +0000 (16:28 +0000)
committerDan Sinclair <dj2@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Aug 2005 16:28:31 +0000 (16:28 +0000)
SVN revision: 16235

configure.in

index f40d61d..1ceb3b6 100644 (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}"