From fe4dbab025ef5827e9a6810c2fd4ea418b8bfe49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 11 Sep 2007 06:26:02 +0000 Subject: [PATCH] Backport revision 19473: * config/lyxinclude.m4: more verbose message. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20206 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/lyxinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 53526a68f5..18e84dfcad 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -411,7 +411,7 @@ dnl Usage: LYX_USE_INCLUDED_BOOST : select if the included boost should dnl be used. AC_DEFUN([LYX_USE_INCLUDED_BOOST],[ AC_ARG_WITH(included-boost, - [ --without-included-boost do not use the boost lib supplied with LyX], + [ --without-included-boost do not use the boost lib supplied with LyX, try to find one in the system directories - compilation will abort if nothing suitable is found], [lyx_cv_with_included_boost=$withval AC_MSG_RESULT([$with_included_boost])], [lyx_cv_with_included_boost=yes])