package autoconf-archive
tags 319376 +patch
thanks

another minor bug in this file, it document as HAVE_BOOST_FILESYSTEM but
define HAVE_BOOST_FILE, also define it to 1 is good.

patch in attachment

-- 
LI Daobing <[EMAIL PROTECTED]>
GPG Key ID: 0x6087D2F8
fp: 2F18 9473 01F7 5240 A6E8 B1BC E535 0AE0 6087 D2F8
--- /usr/share/autoconf-archive/ax_boost_filesystem.m4  2005-05-26 
21:53:36.000000000 +0800
+++ ax_boost_filesystem.m4      2005-12-04 00:16:34.000000000 +0800
@@ -28,8 +28,8 @@
                   ax_cv_boost_filesystem=yes, ax_cv_boost_filesystem=no)
  AC_LANG_RESTORE
 ])
-if test "$ac_cv_boost_filesystem" = yes; then
-  AC_DEFINE(HAVE_BOOST_FILE,,[define if the Boost::FILESYSTEM library is 
available])
+if test "$ax_cv_boost_filesystem" = yes; then
+  AC_DEFINE(HAVE_BOOST_FILESYSTEM,1,[define if the Boost::FILESYSTEM library 
is available])
   dnl Now determine the appropriate file names
   AC_ARG_WITH([boost-filesystem],AS_HELP_STRING([--with-boost-filesystem],
   [specify the boost filesystem library or suffix to use]),

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to