summaryrefslogtreecommitdiffstats
path: root/redland/raptor/raptor-1.4.18.patch.cross
blob: 5262dc1b8bedb63861666ccc81410a48f00841d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- misc/raptor-1.4.18/configure.ac
+++ misc/build/raptor-1.4.18/configure.ac
@@ -295,7 +295,9 @@
   return is_c99("1234567");
 }], AC_MSG_RESULT(no),
     AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value])
-    AC_MSG_RESULT(yes))
+    AC_MSG_RESULT(yes),
+    AC_DEFINE(HAVE_C99_VSNPRINTF, 1, [vsnprint has C99 compatible return value])
+    AC_MSG_RESULT([guessing yes]))
 fi

 need_libm=no
@@ -456,7 +458,8 @@
             AC_DEFINE(EXPAT_UTF8_BOM_CRASH, 1, [does expat crash when it sees an initial UTF8 BOM?])
             AC_MSG_RESULT(no)
             AC_MSG_WARN(The available expat crashes on XML UTF-8 BOM in documents)
-            AC_MSG_WARN(Fix either by using libxml or expat 1.95.2+))
+            AC_MSG_WARN(Fix either by using libxml or expat 1.95.2+),
+	    AC_MSG_RESULT(guessing yes))

   else
     AC_MSG_RESULT(no)