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 2007/09/22 05:37:34 UTC

svn commit: r578364 - /xml/security/trunk/c/configure.ac

Author: scantor
Date: Fri Sep 21 20:37:34 2007
New Revision: 578364

URL: http://svn.apache.org/viewvc?rev=578364&view=rev
Log:
Wasn't including pthread macro.

Modified:
    xml/security/trunk/c/configure.ac

Modified: xml/security/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/xml/security/trunk/c/configure.ac?rev=578364&r1=578363&r2=578364&view=diff
==============================================================================
--- xml/security/trunk/c/configure.ac (original)
+++ xml/security/trunk/c/configure.ac Fri Sep 21 20:37:34 2007
@@ -25,6 +25,7 @@
 # kick off automake
 
 AM_INIT_AUTOMAKE(xml-security-c, 1.4.0)
+sinclude(m4/acx_pthread.m4)
 AM_PROG_LIBTOOL
 
 # We want to control the autotools invocation