summaryrefslogtreecommitdiffstats
path: root/m4/lrintf.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
commit4f386b9de72176d1f697ca852bfce742462a0b14 (patch)
tree9ba0317b3db9e7216c4101a1992c8282380a1993 /m4/lrintf.m4
parent5e1bb63b7051f12b260d0f96dc9b7f3f73e0b6ab (diff)
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/lrintf.m4')
-rw-r--r--m4/lrintf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lrintf.m4 b/m4/lrintf.m4
index 4ea74b58..f9b76e36 100644
--- a/m4/lrintf.m4
+++ b/m4/lrintf.m4
@@ -13,7 +13,7 @@ dnl
AC_DEFUN([AC_C99_FUNC_LRINTF],
[AC_CACHE_CHECK(for lrintf,
ac_cv_c99_lrintf,
-[AC_TRY_COMPILE([
+[AC_TRY_LINK([
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1