summaryrefslogtreecommitdiff
path: root/m4/ax_boost_program_options.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-09-24 11:39:44 +0200
committerPeter Simons <simons@cryp.to>2010-09-24 20:33:03 +0200
commitc69bae34a01e41021a21c4c33e632422992fd856 (patch)
treee235605a835af3f3295a7dbff0089eedb0ae0495 /m4/ax_boost_program_options.m4
parent624f8c562edaf56a99e058c9ecd23d1b28d35d18 (diff)
downloadautoconf-archive-c69bae34a01e41021a21c4c33e632422992fd856.tar.gz
replace TAB SP{8} by TAB TAB, repeatedly
Diffstat (limited to 'm4/ax_boost_program_options.m4')
-rw-r--r--m4/ax_boost_program_options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_program_options.m4 b/m4/ax_boost_program_options.m4
index 4432e8b..ddbfae0 100644
--- a/m4/ax_boost_program_options.m4
+++ b/m4/ax_boost_program_options.m4
@@ -63,7 +63,7 @@ AC_DEFUN([AX_BOOST_PROGRAM_OPTIONS],
AC_CACHE_CHECK([whether the Boost::Program_Options library is available],
ax_cv_boost_program_options,
[AC_LANG_PUSH(C++)
- AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp>
+ AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[@%:@include <boost/program_options.hpp>
]],
[[boost::program_options::options_description generic("Generic options");
return 0;]]),