blob: f929690cba5e6657fba676e7ac3341f6f2229595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ae,v 1.1 2007/09/03 13:36:30 obache Exp $
--- configure.orig 2007-06-02 15:45:21.000000000 +0000
+++ configure
@@ -16230,7 +16230,7 @@ fi
for ac_func in putenv strdup strerror strsignal mkstemp getpagesize \
getdtablesize strstr ftruncate floorl ceill sqrtl frexpl ldexpl asinl \
- acosl atanl logl expl tanl sinl cosl truncl lrintl strsep strpbrk
+ acosl atanl logl expl tanl sinl cosl trunc truncf truncl lrintl strsep strpbrk
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -21414,7 +21414,7 @@ EOF
gst_cv_readline_libs="-lreadline $lib"
test "x$with_readline" != x && test "$with_readline" != yes \
&& test -d "$with_readline" \
- && gst_cv_readline_libs="-L$with_readline $gst_readline_libs"
+ && gst_cv_readline_libs="-L$with_readline $gst_cv_readline_libs"
break
fi
done
|