summaryrefslogtreecommitdiff
path: root/m4/lrint.m4
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-02-23 19:58:50 +0000
committerChristian Schaller <uraeus@gnome.org>2003-02-23 19:58:50 +0000
commit6fdb0b803915e870a9354e12eb76a6e208371f2b (patch)
tree692130aaf56154b2b07915ffe9a70a9e421280f6 /m4/lrint.m4
parent56dd04644e24dcff9ce663d59bfe354433d66362 (diff)
downloadgstreamer-plugins-bad-6fdb0b803915e870a9354e12eb76a6e208371f2b.tar.gz
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
Diffstat (limited to 'm4/lrint.m4')
-rw-r--r--m4/lrint.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lrint.m4 b/m4/lrint.m4
index c60665cee..7d72c73fb 100644
--- a/m4/lrint.m4
+++ b/m4/lrint.m4
@@ -13,7 +13,7 @@ dnl
AC_DEFUN([AC_C99_FUNC_LRINT],
[AC_CACHE_CHECK(for lrint,
ac_cv_c99_lrint,
-[AC_TRY_COMPILE([
+[AC_TRY_LINK([
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1