mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 00:20:30 +00:00
12 lines
340 B
Diff
12 lines
340 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -107,7 +107,7 @@
|
|
|
|
AC_C_BIGENDIAN
|
|
|
|
-AC_CHECK_LIB(pthread, pthread_create, ,
|
|
+AC_CHECK_LIB(c, pthread_create, ,
|
|
AC_MSG_ERROR([Could not find pthread library - please install libpthread]))
|
|
AC_CHECK_LIB(m, sqrt, ,
|
|
AC_MSG_ERROR([Could not find math library - please install libm]))
|