Skip to content
Snippets Groups Projects
Commit 8781f9f6 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Included SIMD_FLAGS in CFLAGS.

parent e0465997
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ AC_ARG_ENABLE([recvmmsg],
# Checks for libraries.
# FIXME: Replace `main' with a function in `-lm':
# TODO: check if paths exist before appending
CFLAGS="$CFLAGS -I/usr/local/include"
CFLAGS="$CFLAGS -I/usr/local/include $SIMD_FLAGS"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
AC_SEARCH_LIBS([pow], [m])
AC_SEARCH_LIBS([pthread_create], [pthread], [], [AC_MSG_ERROR([pthreads not found])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment