You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by sa...@apache.org on 2007/06/05 08:12:37 UTC

svn commit: r544399 - /webservices/savan/trunk/c/configure.ac

Author: samisa
Date: Mon Jun  4 23:12:37 2007
New Revision: 544399

URL: http://svn.apache.org/viewvc?view=rev&rev=544399
Log:
Fixed the build problem

Modified:
    webservices/savan/trunk/c/configure.ac

Modified: webservices/savan/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/configure.ac?view=diff&rev=544399&r1=544398&r2=544399
==============================================================================
--- webservices/savan/trunk/c/configure.ac (original)
+++ webservices/savan/trunk/c/configure.ac Mon Jun  4 23:12:37 2007
@@ -32,7 +32,7 @@
 AC_CHECK_HEADERS([stdio.h stdlib.h string.h])
 
 dnl Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
+dnl AC_C_CONST
 
 dnl Checks for library functions.
 AC_FUNC_MALLOC