Mercurial > hg > octave-nkf
diff configure.ac @ 19546:2d8728156ba4 gui-release
configure.ac: Check qhull warning message style to match all other libs.
* configure.ac: End first part of message with period, not em-dash.
author | Rik <rik@octave.org> |
---|---|
date | Sun, 23 Nov 2014 16:35:11 -0800 |
parents | 98c7fa559d75 |
children | ef3d0cf7aed5 8d267cca249e |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -723,7 +723,7 @@ ### Check for the Qhull library OCTAVE_CHECK_LIB(qhull, QHull, - [Qhull library not found -- this will result in loss of functionality of some geometry functions.], + [Qhull library not found. This will result in loss of functionality of some geometry functions.], [libqhull/libqhull.h qhull/libqhull.h libqhull.h qhull/qhull.h qhull.h], [qh_qhull], [], [], [warn_qhull= @@ -731,7 +731,7 @@ OCTAVE_CHECK_LIB_QHULL_OK( [TEXINFO_QHULL="@set HAVE_QHULL" AC_DEFINE(HAVE_QHULL, 1, [Define to 1 if Qhull is available.])], - [warn_qhull="Qhull library found, but does not seem to work properly -- this will result in loss of functionality of some geometry functions. Please try recompiling the library with -fno-strict-aliasing."])]) + [warn_qhull="Qhull library found, but does not seem to work properly. This will result in loss of functionality of some geometry functions. Please try recompiling the library with -fno-strict-aliasing."])]) ### Check for PCRE regex library.