Re-add PTHREAD_CFLAGS to global CFLAGS
[urcu.git] / configure.ac
index 5aa343353ae806de28c22b024a6961fd2e73ab88..753bec56f53bfa218ade1dca636e1e12e79c82df 100644 (file)
@@ -90,6 +90,8 @@ AS_IF([test "x$ax_cv___attribute__" = "xyes"],
 
 AX_PTHREAD(,[AC_MSG_ERROR([Could not configure pthreads support])])
 
+AM_CFLAGS="$AM_CFLAGS $PTHREAD_CFLAGS"
+
 # Checks for library functions.
 AC_FUNC_MMAP
 AC_FUNC_FORK
This page took 0.022313 seconds and 4 git commands to generate.