diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd4c093f0..3b2bb297b 100644 --- a/configure.ac +++ b/configure.ac @@ -682,8 +682,8 @@ AM_CONDITIONAL([HAVE_DOXYGEN_TAGS], test "x$HAVE_DOXYGEN_TAGS" = "xyes") if test "x$HAVE_DOXYGEN_TAGS" = xyes ; then DOXYGEN_TAG_FILES="\ - libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen \ - libwrapiter.tag = http://libwrapiter.pioto.org/" + \"libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen\" \ + \"libwrapiter.tag = http://libwrapiter.pioto.org/\"" else DOXYGEN_TAG_FILES="" fi |