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