You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2010/09/30 01:15:35 UTC

svn commit: r1002887 - /santuario/trunk/c/configure.ac

Author: scantor
Date: Wed Sep 29 23:15:35 2010
New Revision: 1002887

URL: http://svn.apache.org/viewvc?rev=1002887&view=rev
Log:
Add thread options to CFLAGS.

Modified:
    santuario/trunk/c/configure.ac

Modified: santuario/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/santuario/trunk/c/configure.ac?rev=1002887&r1=1002886&r2=1002887&view=diff
==============================================================================
--- santuario/trunk/c/configure.ac (original)
+++ santuario/trunk/c/configure.ac Wed Sep 29 23:15:35 2010
@@ -61,6 +61,7 @@ fi
 
 # pthreads
 ACX_PTHREAD
+CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
 CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}"
 LIBS="${LIBS} ${PTHREAD_LIBS}"