More regex makefile updates (changed name to libboost_regex)

[SVN r9486]
This commit is contained in:
John Maddock
2001-03-08 12:29:07 +00:00
parent 15142ddf9d
commit 9e6a7d8e5f
11 changed files with 23 additions and 22 deletions

View File

@ -1513,7 +1513,7 @@ AC_TRY_LINK(
[AC_DEFINE(BOOST_RE_NO_TEMPLATE_MERGE, [])
AC_MSG_RESULT(no)
AC_MSG_RESULT([ Warning - $0 has determined that your compiler can not merge])
AC_MSG_RESULT([ template instances, you may have problems linking to libregex++.a - ])
AC_MSG_RESULT([ template instances, you may have problems linking to libboost_regex.a - ])
AC_MSG_RESULT([ see the FAQ for further details.])
]
)
@ -1536,7 +1536,7 @@ AC_TRY_LINK(
AC_MSG_RESULT(no)
AC_MSG_RESULT([ Warning - $0 has determined that your compiler can not merge ])
AC_MSG_RESULT([ template instances, if these are located inside an archive file,])
AC_MSG_RESULT([ you may have problems linking to libregex++.a - see the FAQ for])
AC_MSG_RESULT([ you may have problems linking to libboost_regex.a - see the FAQ for])
AC_MSG_RESULT([ further details.])
]
)
@ -1663,7 +1663,7 @@ AC_TRY_LINK(
AC_MSG_RESULT(no)
AC_MSG_RESULT([ Warning - $0 has determined that your compiler can not merge])
AC_MSG_RESULT([ template instances, if those instances contain switch statements, ])
AC_MSG_RESULT([ you may have problems linking to libregex++.a - ])
AC_MSG_RESULT([ you may have problems linking to libboost_regex.a - ])
AC_MSG_RESULT([ see the FAQ for further details.])
]
)