Revision: 271
http://svn.sourceforge.net/substrate/?rev=271&view=rev
Author: landonf
Date: 2006-08-30 23:40:33 -0700 (Wed, 30 Aug 2006)
Log Message:
-----------
Missing '>'
Modified Paths:
--------------
trunk/aclocal.m4
Modified: trunk/aclocal.m4
===================================================================
--- trunk/aclocal.m4 2006-08-31 02:11:51 UTC (rev 270)
+++ trunk/aclocal.m4 2006-08-31 06:40:33 UTC (rev 271)
@@ -32,7 +32,7 @@
],[
# Solaris uses inttypes.h
AC_CHECK_HEADER([inttypes.h],[
- LF_STDINT_INC="\\#include <inttypes.h"
+ LF_STDINT_INC="\\#include <inttypes.h>"
],[
LF_STDINT_INC="/* \\#include <stdint.h> */"
])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|