mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libxerces-c: update to v3.2.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -194,7 +194,7 @@ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#
|
||||
]
|
||||
)
|
||||
AC_MSG_CHECKING([for wcsrtombs])
|
||||
-AC_RUN_IFELSE( [AC_LANG_PROGRAM([[#include <wchar.h>
|
||||
+AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <wchar.h>
|
||||
#include <string.h>]],
|
||||
[[
|
||||
mbstate_t st;
|
||||
@@ -216,7 +216,7 @@ else
|
||||
]
|
||||
)
|
||||
AC_MSG_CHECKING([for mbsrtowcs])
|
||||
-AC_RUN_IFELSE( [AC_LANG_PROGRAM([[#include <wchar.h>
|
||||
+AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <wchar.h>
|
||||
#include <string.h>]],
|
||||
[[
|
||||
mbstate_t st;
|
||||
Reference in New Issue
Block a user