summaryrefslogtreecommitdiffstats
path: root/m4/lrintf.m4
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 16:55:21 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-04-07 16:55:21 +0000
commit1b0aaf49c3499944b1c477f7c3be881c9575799b (patch)
treeb962d454afc1874935cb3d1f26c7909125c1c1c2 /m4/lrintf.m4
parentfcfa18c2964330bede15e566224a28ae9aec08b7 (diff)
downloadgst-plugins-bad-1b0aaf49c3499944b1c477f7c3be881c9575799b.tar.gz
gst-plugins-bad-1b0aaf49c3499944b1c477f7c3be881c9575799b.tar.bz2
gst-plugins-bad-1b0aaf49c3499944b1c477f7c3be881c9575799b.zip
Fixes #106777
Original commit message from CVS: Fixes #106777
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