From a56b23f8e7ed12df0c7e59a171609a7991f51f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 28 Apr 2015 17:33:37 +0000 Subject: set HAVE_SNDFILE_H svn path=/trunk/externals/iem/iemmatrix/; revision=17456 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 160ef3d..f162e95 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,8 @@ AS_IF([test "xno" != "x${with_sndfile}"],[ ]) ]) AS_IF([test "xyes" = "x${have_sndfile}"],[ - AC_DEFINE(HAVE_LIBSNDFILE,1,[Define to 1 if you have the `sndfile' library (-lsndfile).]) + AC_DEFINE([HAVE_LIBSNDFILE],1,[Define to 1 if you have the `sndfile' library (-lsndfile).]) + AC_DEFINE([HAVE_SNDFILE_H],1,[Define to 1 if you have the header file.]) ]) AM_CONDITIONAL(HAVE_SNDFILE, [test "xyes" = "x${have_sndfile}"]) -- cgit v1.2.1