summaryrefslogtreecommitdiff
path: root/net/opal3/files/patch-configure-spandsp
blob: 88424a0b7e547770da21dbf112c894fb5ddcf116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
--- plugins/configure.orig	2009-08-29 23:23:02.000000000 +0400
+++ plugins/configure	2009-08-29 23:23:29.000000000 +0400
@@ -11549,9 +11549,9 @@
 
           saved_LIBS="$LIBS"
           LIBS="$LIBS -lspandsp"
-          { echo "$as_me:$LINENO: checking for t38_indicator in -lspandsp" >&5
-echo $ECHO_N "checking for t38_indicator in -lspandsp... $ECHO_C" >&6; }
-if test "${ac_cv_lib_spandsp_t38_indicator+set}" = set; then
+          { echo "$as_me:$LINENO: checking for t38_core_init in -lspandsp" >&5
+echo $ECHO_N "checking for t38_core_init in -lspandsp... $ECHO_C" >&6; }
+if test "${ac_cv_lib_spandsp_t38_core_init+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
@@ -11569,11 +11569,11 @@
 #ifdef __cplusplus
 extern "C"
 #endif
-char t38_indicator ();
+char t38_core_init ();
 int
 main ()
 {
-return t38_indicator ();
+return t38_core_init ();
   ;
   return 0;
 }
@@ -11596,21 +11596,21 @@
 	 test ! -s conftest.err
        } && test -s conftest$ac_exeext &&
        $as_test_x conftest$ac_exeext; then
-  ac_cv_lib_spandsp_t38_indicator=yes
+  ac_cv_lib_spandsp_t38_core_init=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-	ac_cv_lib_spandsp_t38_indicator=no
+	ac_cv_lib_spandsp_t38_core_init=no
 fi
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-{ echo "$as_me:$LINENO: result: $ac_cv_lib_spandsp_t38_indicator" >&5
-echo "${ECHO_T}$ac_cv_lib_spandsp_t38_indicator" >&6; }
-if test $ac_cv_lib_spandsp_t38_indicator = yes; then
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_spandsp_t38_core_init" >&5
+echo "${ECHO_T}$ac_cv_lib_spandsp_t38_core_init" >&6; }
+if test $ac_cv_lib_spandsp_t38_core_init = yes; then
   opal_spandsp=yes
 else
   opal_spandsp=no