diff options
Diffstat (limited to 'm4/libodb-boost.m4')
-rw-r--r-- | m4/libodb-boost.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libodb-boost.m4 b/m4/libodb-boost.m4 index 874597a..8ce86d1 100644 --- a/m4/libodb-boost.m4 +++ b/m4/libodb-boost.m4 @@ -32,8 +32,8 @@ fi save_LIBS="$LIBS" LIBS="-lodb-boost $LIBS" -CXX_LIBTOOL_LINK_IFELSE( -AC_LANG_SOURCE([[ +CXX_LIBTOOL_LINK_IFELSE([ +AC_LANG_SOURCE([ #include <odb/boost/exception.hxx> void @@ -61,7 +61,7 @@ main () const char* m (g ()); return m != 0; } -]]), +])], [libodb_boost_found=yes]) if test x"$libodb_boost_found" = xno; then |