aboutsummaryrefslogtreecommitdiff
path: root/m4/libodb-qt.m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-06 07:43:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-06 07:43:11 +0200
commit8d69c2d5012bc29656150ddd94cefeb740346aef (patch)
treeb215595700c7347c2c247825348f719cf95c2a8c /m4/libodb-qt.m4
parent43fa55c1b8e389838c83be933bb30a2caaf7468d (diff)
Fix incorrect AC_LANG_SOURCE quoting
Thanks to Hugo Mildenberger <Hugo.Mildenberger@web.de> for the patch.
Diffstat (limited to 'm4/libodb-qt.m4')
-rw-r--r--m4/libodb-qt.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/libodb-qt.m4 b/m4/libodb-qt.m4
index 6abf9cc..f0a1a0e 100644
--- a/m4/libodb-qt.m4
+++ b/m4/libodb-qt.m4
@@ -32,8 +32,8 @@ fi
save_LIBS="$LIBS"
LIBS="-lodb-qt $LIBS"
-CXX_LIBTOOL_LINK_IFELSE(
-AC_LANG_SOURCE([[
+CXX_LIBTOOL_LINK_IFELSE([
+AC_LANG_SOURCE([
#include <odb/qt/exception.hxx>
void
@@ -61,7 +61,7 @@ main ()
const char* m (g ());
return m != 0;
}
-]]),
+])],
[libodb_qt_found=yes])
if test x"$libodb_qt_found" = xno; then