renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
This commit is contained in:
@@ -4830,7 +4830,7 @@ AC_DEFUN([CURL_CHECK_FUNC_STRERROR_R], [
|
||||
#
|
||||
if test "$tst_compi_strerror_r" = "yes" &&
|
||||
test "$tst_allow_strerror_r" = "unknown"; then
|
||||
AC_MSG_WARN([cannot determine strerror_r() style: edit lib/config.h manually.])
|
||||
AC_MSG_WARN([cannot determine strerror_r() style: edit lib/curl_config.h manually.])
|
||||
fi
|
||||
#
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user