|
From: <bul...@us...> - 2013-08-11 23:58:08
|
Revision: 22829
http://sourceforge.net/p/bzflag/code/22829
Author: bullet_catcher
Date: 2013-08-11 23:58:03 +0000 (Sun, 11 Aug 2013)
Log Message:
-----------
Use only 1 level of square bracket quotes for autoconf 2.63 compatibility.
Modified Paths:
--------------
trunk/bzflag/configure.ac
Modified: trunk/bzflag/configure.ac
===================================================================
--- trunk/bzflag/configure.ac 2013-07-05 17:03:30 UTC (rev 22828)
+++ trunk/bzflag/configure.ac 2013-08-11 23:58:03 UTC (rev 22829)
@@ -458,7 +458,7 @@
AC_CHECK_TYPES([std::shared_ptr<int>],
[# BZFlag expects std::shared_ptr support by default],
[AC_CHECK_TYPES([[std::tr1::shared_ptr<int>]],
- AC_DEFINE([[USE_TR1]], [[1]], [Define to 1 to use C++0X TR1]),
+ AC_DEFINE([USE_TR1], [1], [Define to 1 to use C++0X TR1]),
AC_MSG_ERROR([[The C++11 std::shared_ptr type is required to build BZFlag]]),
[[#include <tr1/memory>]])],
[#include <memory>])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|