aboutsummaryrefslogtreecommitdiff
path: root/m4/libodb-mysql.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libodb-mysql.m4')
-rw-r--r--m4/libodb-mysql.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libodb-mysql.m4 b/m4/libodb-mysql.m4
index b369a09..cbac417 100644
--- a/m4/libodb-mysql.m4
+++ b/m4/libodb-mysql.m4
@@ -32,8 +32,8 @@ fi
save_LIBS="$LIBS"
LIBS="-lodb-mysql $LIBS"
-CXX_LIBTOOL_LINK_IFELSE(
-AC_LANG_SOURCE([[
+CXX_LIBTOOL_LINK_IFELSE([
+AC_LANG_SOURCE([
#include <odb/mysql/exceptions.hxx>
void
@@ -61,7 +61,7 @@ main ()
const char* m (g ());
return m != 0;
}
-]]),
+])],
[libodb_mysql_found=yes])
if test x"$libodb_mysql_found" = xno; then