blob: a50e9fedab0b7caf98626537a36e37c277679eeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff -rauN apr-1.7.0/build/apr_common.m4 apr-1.7.0-no-explicit-confdefs-uint64-probing-patch/build/apr_common.m4
--- apr-1.7.0/build/apr_common.m4 2022-08-18 09:25:07.178587001 +0200
+++ apr-1.7.0-no-explicit-confdefs-uint64-probing-patch/build/apr_common.m4 2022-08-18 09:19:29.618091904 +0200
@@ -505,10 +505,7 @@
fi
AC_COMPILE_IFELSE(
[AC_LANG_SOURCE(
- [
-#ifndef PACKAGE_NAME
-#include "confdefs.h"
-#endif
+ [#include "confdefs.h"
]
[[$1]]
[int main(int argc, const char *const *argv) {]
|