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