Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/dinglibs.m4
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ cleanup:
return ret;
}
]])]
,, [AC_MSG_ERROR(["ini_config library must support extended INI_MS_DETECT. See: https://pagure.io/SSSD/ding-libs/pull-request/3172"])])
,, [AC_MSG_ERROR(["ini_config library must support extended INI_MS_DETECT."])], AC_MSG_WARN(["Cross Compiling. Make sure your ini_config library supports extended INI_MS_DETECT"]))

])
2 changes: 1 addition & 1 deletion external/docbook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dnl Checks if the XML catalog given by FILE exists and
dnl if a particular URI appears in the XML catalog
AC_DEFUN([CHECK_STYLESHEET],
[
AC_CHECK_FILE($1, [], [AC_MSG_ERROR([could not find XML catalog])])
if ! test -e $1; then AC_MSG_ERROR([could not find XML catalog]); fi

AC_MSG_CHECKING([for ifelse([$3],,[$2],[$3]) in XML catalog])
if AC_RUN_LOG([$XMLCATALOG --noout "$1" "$2" >&2]); then
Expand Down