changeset 21252:b2ec3a699ad7

* configure.ac: Use OCTAVE_CONFIGURE_WARNING for portaudio and sndfile.
author John W. Eaton <jwe@octave.org>
date Fri, 12 Feb 2016 16:13:11 -0500
parents 62aa446d47c1
children a66a737913b5
files configure.ac
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Feb 12 13:28:16 2016 -0800
+++ b/configure.ac	Fri Feb 12 16:13:11 2016 -0500
@@ -1026,6 +1026,7 @@
 if test -z "$warn_sndfile"; then
   AC_DEFINE(HAVE_SNDFILE, 1, [Define to 1 if sndfile is available.])
 else
+  OCTAVE_CONFIGURE_WARNING([warn_sndfile])
   SNDFILE_CPPFLAGS=
   SNDFILE_LDFLAGS=
   SNDFILE_LIBS=
@@ -1062,6 +1063,7 @@
 if test -z "$warn_portaudio"; then
   AC_DEFINE(HAVE_PORTAUDIO, 1, [Define to 1 if PortAudio is available.])
 else
+  OCTAVE_CONFIGURE_WARNING([warn_portaudio])
   PORTAUDIO_CPPFLAGS=
   PORTAUDIO_LDFLAGS=
   PORTAUDIO_LIBS=
@@ -1127,6 +1129,7 @@
   AC_DEFINE(HAVE_MAGICK, 1,
     [Define to 1 if Graphics/ImageMagick++ is available.])
 else
+  OCTAVE_CONFIGURE_WARNING([warn_magick])
   MAGICK_CPPFLAGS=
   MAGICK_LDFLAGS=
   MAGICK_LIBS=