Oh. I need to grab the pthread m4 macro, but I'm on a plane so I can't download it. Progress commit.
This commit is contained in:
parent
c63b218349
commit
7fa3e75d70
1 changed files with 5 additions and 2 deletions
|
|
@ -17,8 +17,11 @@ m4_ifdef(
|
|||
|
||||
PKG_CHECK_MODULES([PCRE], [libpcre])
|
||||
|
||||
AX_PTHREAD
|
||||
AC_CHECK_HEADERS([pthread.h])
|
||||
m4_include([m4/ax_pthread.m4])
|
||||
AX_PTHREAD([
|
||||
AC_CHECK_HEADERS([pthread.h])
|
||||
])
|
||||
|
||||
|
||||
# Run CFLAGS="-g" ./configure if you want debug symbols
|
||||
CFLAGS="$CFLAGS $PTHREAD_CFLAGS $PCRE_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-nonliteral -Wshadow -Wpointer-arith -Wcast-qual -Wmissing-prototypes -Wno-missing-braces -std=gnu89 -D_GNU_SOURCE -O2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue