mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 20:03:20 +00:00
14 lines
260 B
Diff
14 lines
260 B
Diff
Linking is enough thanks to `-Werror=int-conversion`.
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -146,7 +146,7 @@
|
|
|
|
AC_CHECK_FUNC(
|
|
[strerror_r],
|
|
- [AC_RUN_IFELSE(
|
|
+ [AC_LINK_IFELSE(
|
|
[AC_LANG_SOURCE([[
|
|
#include <errno.h>
|
|
#include <string.h>
|