mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
configure: Use AC_FUNC_STRERROR_R
Update common submodule to include modified strerror_r replacement
This commit is contained in:
2
common
2
common
Submodule common updated: af6cb55bc5...099fdef13b
@@ -31,6 +31,9 @@ AC_CHECK_MEMBER([struct stat.st_mtim.tv_nsec],[
|
||||
AC_CHECK_MEMBER([struct stat.st_ctim.tv_nsec],[
|
||||
AC_DEFINE([HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC],[1],[Define to 1 if 'st_mtim.tv_nsec' is a member of 'struct stat'.])])
|
||||
|
||||
dnl Test if it's GNU or XSI strerror_r.
|
||||
AC_FUNC_STRERROR_R
|
||||
|
||||
dnl Define a C symbol for the host CPU architecture.
|
||||
AC_DEFINE_UNQUOTED([host_cpu],["$host_cpu"],[Host architecture.])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user