changeset 19385: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 998628b7963a
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Nov 23 16:22:40 2014 -0800
+++ b/configure.ac	Sun Nov 23 16:35:11 2014 -0800
@@ -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.