Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
cfadaf22
Commit
cfadaf22
authored
May 21, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m4/ax_pthread.m4 was being ignored by m4/.gitignore.
parent
bbec236b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
489 additions
and
1 deletion
+489
-1
deps/libuv/configure.ac
deps/libuv/configure.ac
+4
-1
deps/libuv/m4/ax_pthread.m4
deps/libuv/m4/ax_pthread.m4
+485
-0
No files found.
deps/libuv/configure.ac
View file @
cfadaf22
...
@@ -38,7 +38,10 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
...
@@ -38,7 +38,10 @@ m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
AC_PROG_LIBTOOL
AC_PROG_LIBTOOL
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
LT_INIT
LT_INIT
AX_PTHREAD([LIBS="$LIBS $PTHREAD_LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"])
AX_PTHREAD([
LIBS="$LIBS $PTHREAD_LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
])
AC_CHECK_LIB([dl], [dlopen])
AC_CHECK_LIB([dl], [dlopen])
AC_SEARCH_LIBS([kstat_lookup], [kstat])
AC_SEARCH_LIBS([kstat_lookup], [kstat])
AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_SEARCH_LIBS([gethostbyname], [nsl])
...
...
deps/libuv/m4/ax_pthread.m4
0 → 100644
View file @
cfadaf22
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment