diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-04-28 17:33:37 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-04-28 17:33:37 +0000 |
commit | a56b23f8e7ed12df0c7e59a171609a7991f51f1d (patch) | |
tree | e422dc9a84fc759529b90a638f9491c247781fb3 | |
parent | b668feb62b0b3b4b712bb649a2f7bb3e1d814add (diff) |
set HAVE_SNDFILE_H
svn path=/trunk/externals/iem/iemmatrix/; revision=17456
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sndfile.h> header file.]) ]) AM_CONDITIONAL(HAVE_SNDFILE, [test "xyes" = "x${have_sndfile}"]) |