diff configure.ac @ 14315:99428221b4e1 stable

build: Add new location for Qhull2012 include files to build system. configure.ac: Add location libqhull/libqhull.h to list of possibilities. acinclude.m4: Change conftests to possibly use new header files. oct-qhull.h: Add possible new location of headder files.
author Rik <octave@nomad.inbox5.com>
date Thu, 02 Feb 2012 09:37:33 -0800
parents 704f7895eef0
children ec99c8c185be de99dde50ee1
line wrap: on
line diff
--- a/configure.ac	Thu Feb 02 11:34:11 2012 -0500
+++ b/configure.ac	Thu Feb 02 09:37:33 2012 -0800
@@ -649,7 +649,7 @@
 
 OCTAVE_CHECK_LIBRARY(qhull, QHull,
   [Qhull library not found -- this will result in loss of functionality of some geometry functions.],
-  [qhull/libqhull.h libqhull.h qhull/qhull.h qhull.h], [qh_qhull], [], [],
+  [libqhull/libqhull.h qhull/libqhull.h libqhull.h qhull/qhull.h qhull.h], [qh_qhull], [], [],
   [warn_qhull=
    OCTAVE_CHECK_QHULL_VERSION
    OCTAVE_CHECK_QHULL_OK([TEXINFO_QHULL="@set HAVE_QHULL"