You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libidn/libidn-0.6.14-aconf262.patch

19 lines
564 B

--- libidn-0.6.14/lib/gl/m4/extensions.m4.aconf262
+++ libidn-0.6.14/lib/gl/m4/extensions.m4
@@ -16,6 +16,7 @@
# ------------------------
# Enable extensions on systems that normally disable them,
# typically due to standards-conformance issues.
+m4_ifndef([AC_USE_SYSTEM_EXTENSIONS], [
AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
[
AC_BEFORE([$0], [AC_COMPILE_IFELSE])
@@ -49,6 +50,7 @@ AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
AC_DEFINE([_TANDEM_SOURCE])
])
+])
# gl_USE_SYSTEM_EXTENSIONS
# ------------------------