|
From: <den...@us...> - 2010-12-02 23:56:47
|
Revision: 376
http://stdair.svn.sourceforge.net/stdair/?rev=376&view=rev
Author: denis_arnaud
Date: 2010-12-02 23:56:41 +0000 (Thu, 02 Dec 2010)
Log Message:
-----------
[Config][StdAir] The StdAir has a new API.
Modified Paths:
--------------
trunk/stdair/config/stdair.m4
Modified: trunk/stdair/config/stdair.m4
===================================================================
--- trunk/stdair/config/stdair.m4 2010-12-02 23:52:45 UTC (rev 375)
+++ trunk/stdair/config/stdair.m4 2010-12-02 23:56:41 UTC (rev 376)
@@ -40,7 +40,7 @@
AC_MSG_RESULT([ok (set to ${BOOST_DATE_TIME_LIB})])
fi
- min_stdair_version=ifelse([$1], ,0.5.0,$1)
+ min_stdair_version=ifelse([$1], ,0.9.0,$1)
AC_MSG_CHECKING(for STDAIR - version >= $min_stdair_version)
no_stdair=""
if test "${STDAIR_CONFIG}" = "no" ; then
@@ -83,7 +83,7 @@
AC_COMPILE_IFELSE(
AC_LANG_PROGRAM([[
- #include <stdair/STDAIR_Service.hpp>
+ #include <stdair/stdair.hpp>
]],
[[int i=0;]]
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|