Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ AC_CHECK_PROGS(GRAPHVIZ, dot, false)
AM_CONDITIONAL(USE_GRAPHVIZ, [test x"$GRAPHVIZ" = x"dot"])

# Checks for pthread implementation.
ACX_PTHREAD
AX_PTHREAD
CC="$PTHREAD_CC"

# Check if floor is in the math library, and if so add -lm to LIBS
Expand Down
381 changes: 0 additions & 381 deletions m4/acx_pthread.html

This file was deleted.

Loading