configure
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1341k
源码类别:

midi

开发平台:

Unix_Linux

  1. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether `alloca.c' needs Cray hooks" >&5
  2. $as_echo_n "checking whether `alloca.c' needs Cray hooks... " >&6; }
  3. if test "${ac_cv_os_cray+set}" = set; then :
  4.   $as_echo_n "(cached) " >&6
  5. else
  6.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  7. /* end confdefs.h.  */
  8. #if defined CRAY && ! defined CRAY2
  9. webecray
  10. #else
  11. wenotbecray
  12. #endif
  13. _ACEOF
  14. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  15.   $EGREP "webecray" >/dev/null 2>&1; then :
  16.   ac_cv_os_cray=yes
  17. else
  18.   ac_cv_os_cray=no
  19. fi
  20. rm -f conftest*
  21. fi
  22. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
  23. $as_echo "$ac_cv_os_cray" >&6; }
  24. if test $ac_cv_os_cray = yes; then
  25.   for ac_func in _getb67 GETB67 getb67; do
  26.     as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  27. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  28. eval as_val=$$as_ac_var
  29.    if test "x$as_val" = x""yes; then :
  30. cat >>confdefs.h <<_ACEOF
  31. #define CRAY_STACKSEG_END $ac_func
  32. _ACEOF
  33.     break
  34. fi
  35.   done
  36. fi
  37. { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
  38. $as_echo_n "checking stack direction for C alloca... " >&6; }
  39. if test "${ac_cv_c_stack_direction+set}" = set; then :
  40.   $as_echo_n "(cached) " >&6
  41. else
  42.   if test "$cross_compiling" = yes; then :
  43.   ac_cv_c_stack_direction=0
  44. else
  45.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  46. /* end confdefs.h.  */
  47. $ac_includes_default
  48. int
  49. find_stack_direction ()
  50. {
  51.   static char *addr = 0;
  52.   auto char dummy;
  53.   if (addr == 0)
  54.     {
  55.       addr = &dummy;
  56.       return find_stack_direction ();
  57.     }
  58.   else
  59.     return (&dummy > addr) ? 1 : -1;
  60. }
  61. int
  62. main ()
  63. {
  64.   return find_stack_direction () < 0;
  65. }
  66. _ACEOF
  67. if ac_fn_c_try_run "$LINENO"; then :
  68.   ac_cv_c_stack_direction=1
  69. else
  70.   ac_cv_c_stack_direction=-1
  71. fi
  72. rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext 
  73.   conftest.$ac_objext conftest.beam conftest.$ac_ext
  74. fi
  75. fi
  76. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
  77. $as_echo "$ac_cv_c_stack_direction" >&6; }
  78. cat >>confdefs.h <<_ACEOF
  79. #define STACK_DIRECTION $ac_cv_c_stack_direction
  80. _ACEOF
  81. fi
  82. for ac_func in fcntl
  83. do :
  84.   ac_fn_c_check_func "$LINENO" "fcntl" "ac_cv_func_fcntl"
  85. if test "x$ac_cv_func_fcntl" = x""yes; then :
  86.   cat >>confdefs.h <<_ACEOF
  87. #define HAVE_FCNTL 1
  88. _ACEOF
  89. fi
  90. done
  91. for ac_func in asprintf atof atoll getcwd gmtime_r lldiv localtime_r rewind strcasecmp strcasestr strdup strlcpy strncasecmp strndup strnlen strsep strtof strtoll vasprintf swab
  92. do :
  93.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  94. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  95. eval as_val=$$as_ac_var
  96.    if test "x$as_val" = x""yes; then :
  97.   cat >>confdefs.h <<_ACEOF
  98. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  99. _ACEOF
  100. else
  101.   case " $LIBOBJS " in
  102.   *" $ac_func.$ac_objext "* ) ;;
  103.   *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext"
  104.  ;;
  105. esac
  106. fi
  107. done
  108. for ac_func in stricmp strnicmp
  109. do :
  110.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  111. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  112. eval as_val=$$as_ac_var
  113.    if test "x$as_val" = x""yes; then :
  114.   cat >>confdefs.h <<_ACEOF
  115. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  116. _ACEOF
  117. fi
  118. done
  119. for ac_func in fdatasync
  120. do :
  121.   ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
  122. if test "x$ac_cv_func_fdatasync" = x""yes; then :
  123.   cat >>confdefs.h <<_ACEOF
  124. #define HAVE_FDATASYNC 1
  125. _ACEOF
  126. else
  127. $as_echo "#define fdatasync fsync" >>confdefs.h
  128. fi
  129. done
  130. for ac_func in vmsplice eventfd fstatfs
  131. do :
  132.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  133. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  134. eval as_val=$$as_ac_var
  135.    if test "x$as_val" = x""yes; then :
  136.   cat >>confdefs.h <<_ACEOF
  137. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  138. _ACEOF
  139. fi
  140. done
  141. for ac_func in mmap
  142. do :
  143.   ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap"
  144. if test "x$ac_cv_func_mmap" = x""yes; then :
  145.   cat >>confdefs.h <<_ACEOF
  146. #define HAVE_MMAP 1
  147. _ACEOF
  148.   PLUGINS="${PLUGINS} access_mmap"
  149.   LTLIBaccess_mmap="libaccess_mmap_plugin.la"
  150. fi
  151. done
  152. for ac_func in setlocale
  153. do :
  154.   ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
  155. if test "x$ac_cv_func_setlocale" = x""yes; then :
  156.   cat >>confdefs.h <<_ACEOF
  157. #define HAVE_SETLOCALE 1
  158. _ACEOF
  159. fi
  160. done
  161. for ac_header in langinfo.h
  162. do :
  163.   ac_fn_c_check_header_mongrel "$LINENO" "langinfo.h" "ac_cv_header_langinfo_h" "$ac_includes_default"
  164. if test "x$ac_cv_header_langinfo_h" = x""yes; then :
  165.   cat >>confdefs.h <<_ACEOF
  166. #define HAVE_LANGINFO_H 1
  167. _ACEOF
  168. fi
  169. done
  170. for ac_func in nl_langinfo
  171. do :
  172.   ac_fn_c_check_func "$LINENO" "nl_langinfo" "ac_cv_func_nl_langinfo"
  173. if test "x$ac_cv_func_nl_langinfo" = x""yes; then :
  174.   cat >>confdefs.h <<_ACEOF
  175. #define HAVE_NL_LANGINFO 1
  176. _ACEOF
  177. fi
  178. done
  179. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
  180. $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
  181. if test "${ac_cv_langinfo_codeset+set}" = set; then :
  182.   $as_echo_n "(cached) " >&6
  183. else
  184.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  185. /* end confdefs.h.  */
  186. #include <langinfo.h>
  187. int
  188. main ()
  189. {
  190. char* cs = nl_langinfo(CODESET);
  191.   ;
  192.   return 0;
  193. }
  194. _ACEOF
  195. if ac_fn_c_try_link "$LINENO"; then :
  196.   ac_cv_langinfo_codeset=yes
  197. else
  198.   ac_cv_langinfo_codeset=no
  199. fi
  200. rm -f core conftest.err conftest.$ac_objext 
  201.     conftest$ac_exeext conftest.$ac_ext
  202. fi
  203. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_langinfo_codeset" >&5
  204. $as_echo "$ac_cv_langinfo_codeset" >&6; }
  205. if test ${ac_cv_langinfo_codeset} = yes; then
  206. $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
  207. fi
  208. SOCKET_LIBS=""
  209. for ac_func in connect
  210. do :
  211.   ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
  212. if test "x$ac_cv_func_connect" = x""yes; then :
  213.   cat >>confdefs.h <<_ACEOF
  214. #define HAVE_CONNECT 1
  215. _ACEOF
  216. else
  217.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
  218. $as_echo_n "checking for connect in -lsocket... " >&6; }
  219. if test "${ac_cv_lib_socket_connect+set}" = set; then :
  220.   $as_echo_n "(cached) " >&6
  221. else
  222.   ac_check_lib_save_LIBS=$LIBS
  223. LIBS="-lsocket  $LIBS"
  224. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  225. /* end confdefs.h.  */
  226. /* Override any GCC internal prototype to avoid an error.
  227.    Use char because int might match the return type of a GCC
  228.    builtin and then its argument prototype would still apply.  */
  229. #ifdef __cplusplus
  230. extern "C"
  231. #endif
  232. char connect ();
  233. int
  234. main ()
  235. {
  236. return connect ();
  237.   ;
  238.   return 0;
  239. }
  240. _ACEOF
  241. if ac_fn_c_try_link "$LINENO"; then :
  242.   ac_cv_lib_socket_connect=yes
  243. else
  244.   ac_cv_lib_socket_connect=no
  245. fi
  246. rm -f core conftest.err conftest.$ac_objext 
  247.     conftest$ac_exeext conftest.$ac_ext
  248. LIBS=$ac_check_lib_save_LIBS
  249. fi
  250. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
  251. $as_echo "$ac_cv_lib_socket_connect" >&6; }
  252. if test "x$ac_cv_lib_socket_connect" = x""yes; then :
  253.   for element in libvlccore cdda cddax; do
  254.     eval "LIBS_${element}="'"'"-lsocket "'$'"{LIBS_${element}} "'"'
  255.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  256.   done
  257.     SOCKET_LIBS="-lsocket"
  258. fi
  259. fi
  260. done
  261. for ac_func in send
  262. do :
  263.   ac_fn_c_check_func "$LINENO" "send" "ac_cv_func_send"
  264. if test "x$ac_cv_func_send" = x""yes; then :
  265.   cat >>confdefs.h <<_ACEOF
  266. #define HAVE_SEND 1
  267. _ACEOF
  268. else
  269.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for send in -lsocket" >&5
  270. $as_echo_n "checking for send in -lsocket... " >&6; }
  271. if test "${ac_cv_lib_socket_send+set}" = set; then :
  272.   $as_echo_n "(cached) " >&6
  273. else
  274.   ac_check_lib_save_LIBS=$LIBS
  275. LIBS="-lsocket  $LIBS"
  276. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  277. /* end confdefs.h.  */
  278. /* Override any GCC internal prototype to avoid an error.
  279.    Use char because int might match the return type of a GCC
  280.    builtin and then its argument prototype would still apply.  */
  281. #ifdef __cplusplus
  282. extern "C"
  283. #endif
  284. char send ();
  285. int
  286. main ()
  287. {
  288. return send ();
  289.   ;
  290.   return 0;
  291. }
  292. _ACEOF
  293. if ac_fn_c_try_link "$LINENO"; then :
  294.   ac_cv_lib_socket_send=yes
  295. else
  296.   ac_cv_lib_socket_send=no
  297. fi
  298. rm -f core conftest.err conftest.$ac_objext 
  299.     conftest$ac_exeext conftest.$ac_ext
  300. LIBS=$ac_check_lib_save_LIBS
  301. fi
  302. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_send" >&5
  303. $as_echo "$ac_cv_lib_socket_send" >&6; }
  304. if test "x$ac_cv_lib_socket_send" = x""yes; then :
  305.   for element in access_http access_mms access_udp access_tcp access_ftp access_rtmp sap access_output_udp access_output_rtmp stream_out_standard growl_udp remoteosd; do
  306.     eval "LIBS_${element}="'"'"-lsocket "'$'"{LIBS_${element}} "'"'
  307.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  308.   done
  309. fi
  310. fi
  311. done
  312. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t in sys/socket.h" >&5
  313. $as_echo_n "checking for socklen_t in sys/socket.h... " >&6; }
  314. if test "${ac_cv_type_socklen_t+set}" = set; then :
  315.   $as_echo_n "(cached) " >&6
  316. else
  317.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  318. /* end confdefs.h.  */
  319. #include <sys/types.h>
  320. #ifdef WIN32
  321. # include <winsock2.h>
  322. # include <ws2tcpip.h>
  323. #else
  324. # include <sys/socket.h>
  325. #endif
  326. int
  327. main ()
  328. {
  329. socklen_t len; len = 0;
  330.   ;
  331.   return 0;
  332. }
  333. _ACEOF
  334. if ac_fn_c_try_compile "$LINENO"; then :
  335.   ac_cv_type_socklen_t=yes
  336. else
  337.   ac_cv_type_socklen_t=no
  338. fi
  339. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  340. fi
  341. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_socklen_t" >&5
  342. $as_echo "$ac_cv_type_socklen_t" >&6; }
  343. if test "$ac_cv_type_socklen_t" = no; then :
  344.   $as_echo "#define socklen_t int" >>confdefs.h
  345. fi
  346. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct sockaddr_storage" >&5
  347. $as_echo_n "checking for struct sockaddr_storage... " >&6; }
  348. if test "${ac_cv_struct_sockaddr_storage+set}" = set; then :
  349.   $as_echo_n "(cached) " >&6
  350. else
  351.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  352. /* end confdefs.h.  */
  353. #include <sys/types.h>
  354.      #if defined( UNDER_CE )
  355.      # include <winsock2.h>
  356.      #elif defined( WIN32 )
  357.      # include <winsock2.h>
  358.      #else
  359.      # include <sys/socket.h>
  360.      #endif
  361. int
  362. main ()
  363. {
  364. struct sockaddr_storage addr;
  365.   ;
  366.   return 0;
  367. }
  368. _ACEOF
  369. if ac_fn_c_try_compile "$LINENO"; then :
  370.   ac_cv_struct_sockaddr_storage=yes
  371. else
  372.   ac_cv_struct_sockaddr_storage=no
  373. fi
  374. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  375. fi
  376. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_sockaddr_storage" >&5
  377. $as_echo "$ac_cv_struct_sockaddr_storage" >&6; }
  378. if test "${ac_cv_struct_sockaddr_storage}" = no; then :
  379.   $as_echo "#define sockaddr_storage sockaddr" >>confdefs.h
  380.   $as_echo "#define ss_family sa_family" >>confdefs.h
  381. fi
  382. LIBS_save="${LIBS}"
  383. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
  384. $as_echo_n "checking for library containing getaddrinfo... " >&6; }
  385. if test "${ac_cv_search_getaddrinfo+set}" = set; then :
  386.   $as_echo_n "(cached) " >&6
  387. else
  388.   ac_func_search_save_LIBS=$LIBS
  389. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  390. /* end confdefs.h.  */
  391. /* Override any GCC internal prototype to avoid an error.
  392.    Use char because int might match the return type of a GCC
  393.    builtin and then its argument prototype would still apply.  */
  394. #ifdef __cplusplus
  395. extern "C"
  396. #endif
  397. char getaddrinfo ();
  398. int
  399. main ()
  400. {
  401. return getaddrinfo ();
  402.   ;
  403.   return 0;
  404. }
  405. _ACEOF
  406. for ac_lib in '' nsl; do
  407.   if test -z "$ac_lib"; then
  408.     ac_res="none required"
  409.   else
  410.     ac_res=-l$ac_lib
  411.     LIBS="-l$ac_lib ${SOCKET_LIBS} $ac_func_search_save_LIBS"
  412.   fi
  413.   if ac_fn_c_try_link "$LINENO"; then :
  414.   ac_cv_search_getaddrinfo=$ac_res
  415. fi
  416. rm -f core conftest.err conftest.$ac_objext 
  417.     conftest$ac_exeext
  418.   if test "${ac_cv_search_getaddrinfo+set}" = set; then :
  419.   break
  420. fi
  421. done
  422. if test "${ac_cv_search_getaddrinfo+set}" = set; then :
  423. else
  424.   ac_cv_search_getaddrinfo=no
  425. fi
  426. rm conftest.$ac_ext
  427. LIBS=$ac_func_search_save_LIBS
  428. fi
  429. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
  430. $as_echo "$ac_cv_search_getaddrinfo" >&6; }
  431. ac_res=$ac_cv_search_getaddrinfo
  432. if test "$ac_res" != no; then :
  433.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  434.   $as_echo "#define HAVE_GETADDRINFO 1" >>confdefs.h
  435. fi
  436. LIBS="${LIBS_gai}"
  437. for ac_func in getnameinfo gai_strerror
  438. do :
  439.   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
  440. ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
  441. eval as_val=$$as_ac_var
  442.    if test "x$as_val" = x""yes; then :
  443.   cat >>confdefs.h <<_ACEOF
  444. #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
  445. _ACEOF
  446. fi
  447. done
  448. LIBS="${LIBS_save}"
  449. ac_fn_c_check_type "$LINENO" "struct addrinfo" "ac_cv_type_struct_addrinfo" "#include <sys/types.h>
  450. #if defined( WIN32 ) || defined( UNDER_CE )
  451. # if defined(UNDER_CE) && defined(sockaddr_storage)
  452. #  undef sockaddr_storage
  453. # endif
  454. # include <winsock2.h>
  455. # include <ws2tcpip.h>
  456. #else
  457. # include <netdb.h>
  458. #endif
  459. "
  460. if test "x$ac_cv_type_struct_addrinfo" = x""yes; then :
  461. cat >>confdefs.h <<_ACEOF
  462. #define HAVE_STRUCT_ADDRINFO 1
  463. _ACEOF
  464. $as_echo "#define HAVE_ADDRINFO 1" >>confdefs.h
  465. fi
  466. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
  467. $as_echo_n "checking for va_copy... " >&6; }
  468. if test "${ac_cv_c_va_copy+set}" = set; then :
  469.   $as_echo_n "(cached) " >&6
  470. else
  471.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  472. /* end confdefs.h.  */
  473. #include <stdarg.h>
  474. int
  475. main ()
  476. {
  477. va_list ap1, ap2; va_copy(ap1,ap2);
  478.   ;
  479.   return 0;
  480. }
  481. _ACEOF
  482. if ac_fn_c_try_link "$LINENO"; then :
  483.   ac_cv_c_va_copy="yes"
  484. else
  485.   ac_cv_c_va_copy="no"
  486. fi
  487. rm -f core conftest.err conftest.$ac_objext 
  488.     conftest$ac_exeext conftest.$ac_ext
  489. fi
  490. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_va_copy" >&5
  491. $as_echo "$ac_cv_c_va_copy" >&6; }
  492. if test "${ac_cv_c_va_copy}" = "yes"; then
  493. $as_echo "#define HAVE_VA_COPY 1" >>confdefs.h
  494. fi
  495. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __va_copy" >&5
  496. $as_echo_n "checking for __va_copy... " >&6; }
  497. if test "${ac_cv_c___va_copy+set}" = set; then :
  498.   $as_echo_n "(cached) " >&6
  499. else
  500.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  501. /* end confdefs.h.  */
  502. #include <stdarg.h>
  503. int
  504. main ()
  505. {
  506. va_list ap1, ap2; __va_copy(ap1,ap2);
  507.   ;
  508.   return 0;
  509. }
  510. _ACEOF
  511. if ac_fn_c_try_link "$LINENO"; then :
  512.   ac_cv_c___va_copy="yes"
  513. else
  514.   ac_cv_c___va_copy="no"
  515. fi
  516. rm -f core conftest.err conftest.$ac_objext 
  517.     conftest$ac_exeext conftest.$ac_ext
  518. fi
  519. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c___va_copy" >&5
  520. $as_echo "$ac_cv_c___va_copy" >&6; }
  521. if test "${ac_cv_c___va_copy}" = "yes"; then
  522. $as_echo "#define HAVE___VA_COPY 1" >>confdefs.h
  523. fi
  524. for ac_func in inet_aton
  525. do :
  526.   ac_fn_c_check_func "$LINENO" "inet_aton" "ac_cv_func_inet_aton"
  527. if test "x$ac_cv_func_inet_aton" = x""yes; then :
  528.   cat >>confdefs.h <<_ACEOF
  529. #define HAVE_INET_ATON 1
  530. _ACEOF
  531. else
  532.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inet_aton in -lresolv" >&5
  533. $as_echo_n "checking for inet_aton in -lresolv... " >&6; }
  534. if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then :
  535.   $as_echo_n "(cached) " >&6
  536. else
  537.   ac_check_lib_save_LIBS=$LIBS
  538. LIBS="-lresolv  $LIBS"
  539. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  540. /* end confdefs.h.  */
  541. /* Override any GCC internal prototype to avoid an error.
  542.    Use char because int might match the return type of a GCC
  543.    builtin and then its argument prototype would still apply.  */
  544. #ifdef __cplusplus
  545. extern "C"
  546. #endif
  547. char inet_aton ();
  548. int
  549. main ()
  550. {
  551. return inet_aton ();
  552.   ;
  553.   return 0;
  554. }
  555. _ACEOF
  556. if ac_fn_c_try_link "$LINENO"; then :
  557.   ac_cv_lib_resolv_inet_aton=yes
  558. else
  559.   ac_cv_lib_resolv_inet_aton=no
  560. fi
  561. rm -f core conftest.err conftest.$ac_objext 
  562.     conftest$ac_exeext conftest.$ac_ext
  563. LIBS=$ac_check_lib_save_LIBS
  564. fi
  565. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_inet_aton" >&5
  566. $as_echo "$ac_cv_lib_resolv_inet_aton" >&6; }
  567. if test "x$ac_cv_lib_resolv_inet_aton" = x""yes; then :
  568.   for element in libvlccore; do
  569.     eval "LIBS_${element}="'"'"-lresolv "'$'"{LIBS_${element}} "'"'
  570.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  571.   done
  572. fi
  573. fi
  574. done
  575. if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"; then
  576. need_getopt=:
  577. else
  578. need_getopt=false
  579. for ac_func in getopt_long
  580. do :
  581.   ac_fn_c_check_func "$LINENO" "getopt_long" "ac_cv_func_getopt_long"
  582. if test "x$ac_cv_func_getopt_long" = x""yes; then :
  583.   cat >>confdefs.h <<_ACEOF
  584. #define HAVE_GETOPT_LONG 1
  585. _ACEOF
  586. $as_echo "#define HAVE_GETOPT_LONG 1" >>confdefs.h
  587. else
  588.    # FreeBSD has a gnugetopt library for this:
  589.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getopt_long in -lgnugetopt" >&5
  590. $as_echo_n "checking for getopt_long in -lgnugetopt... " >&6; }
  591. if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then :
  592.   $as_echo_n "(cached) " >&6
  593. else
  594.   ac_check_lib_save_LIBS=$LIBS
  595. LIBS="-lgnugetopt  $LIBS"
  596. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  597. /* end confdefs.h.  */
  598. /* Override any GCC internal prototype to avoid an error.
  599.    Use char because int might match the return type of a GCC
  600.    builtin and then its argument prototype would still apply.  */
  601. #ifdef __cplusplus
  602. extern "C"
  603. #endif
  604. char getopt_long ();
  605. int
  606. main ()
  607. {
  608. return getopt_long ();
  609.   ;
  610.   return 0;
  611. }
  612. _ACEOF
  613. if ac_fn_c_try_link "$LINENO"; then :
  614.   ac_cv_lib_gnugetopt_getopt_long=yes
  615. else
  616.   ac_cv_lib_gnugetopt_getopt_long=no
  617. fi
  618. rm -f core conftest.err conftest.$ac_objext 
  619.     conftest$ac_exeext conftest.$ac_ext
  620. LIBS=$ac_check_lib_save_LIBS
  621. fi
  622. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
  623. $as_echo "$ac_cv_lib_gnugetopt_getopt_long" >&6; }
  624. if test "x$ac_cv_lib_gnugetopt_getopt_long" = x""yes; then :
  625. $as_echo "#define HAVE_GETOPT_LONG 1" >>confdefs.h
  626.   for element in libvlccore; do
  627.     eval "LIBS_${element}="'"'"-lgnugetopt "'$'"{LIBS_${element}} "'"'
  628.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  629.   done
  630. else
  631.   need_getopt=:
  632. fi
  633. fi
  634. done
  635. fi
  636.  if ${need_getopt}; then
  637.   BUILD_GETOPT_TRUE=
  638.   BUILD_GETOPT_FALSE='#'
  639. else
  640.   BUILD_GETOPT_TRUE='#'
  641.   BUILD_GETOPT_FALSE=
  642. fi
  643. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  644. { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
  645. $as_echo_n "checking return type of signal handlers... " >&6; }
  646. if test "${ac_cv_type_signal+set}" = set; then :
  647.   $as_echo_n "(cached) " >&6
  648. else
  649.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  650. /* end confdefs.h.  */
  651. #include <sys/types.h>
  652. #include <signal.h>
  653. int
  654. main ()
  655. {
  656. return *(signal (0, 0)) (0) == 1;
  657.   ;
  658.   return 0;
  659. }
  660. _ACEOF
  661. if ac_fn_c_try_compile "$LINENO"; then :
  662.   ac_cv_type_signal=int
  663. else
  664.   ac_cv_type_signal=void
  665. fi
  666. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  667. fi
  668. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
  669. $as_echo "$ac_cv_type_signal" >&6; }
  670. cat >>confdefs.h <<_ACEOF
  671. #define RETSIGTYPE $ac_cv_type_signal
  672. _ACEOF
  673. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
  674. $as_echo_n "checking for cos in -lm... " >&6; }
  675. if test "${ac_cv_lib_m_cos+set}" = set; then :
  676.   $as_echo_n "(cached) " >&6
  677. else
  678.   ac_check_lib_save_LIBS=$LIBS
  679. LIBS="-lm  $LIBS"
  680. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  681. /* end confdefs.h.  */
  682. /* Override any GCC internal prototype to avoid an error.
  683.    Use char because int might match the return type of a GCC
  684.    builtin and then its argument prototype would still apply.  */
  685. #ifdef __cplusplus
  686. extern "C"
  687. #endif
  688. char cos ();
  689. int
  690. main ()
  691. {
  692. return cos ();
  693.   ;
  694.   return 0;
  695. }
  696. _ACEOF
  697. if ac_fn_c_try_link "$LINENO"; then :
  698.   ac_cv_lib_m_cos=yes
  699. else
  700.   ac_cv_lib_m_cos=no
  701. fi
  702. rm -f core conftest.err conftest.$ac_objext 
  703.     conftest$ac_exeext conftest.$ac_ext
  704. LIBS=$ac_check_lib_save_LIBS
  705. fi
  706. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
  707. $as_echo "$ac_cv_lib_m_cos" >&6; }
  708. if test "x$ac_cv_lib_m_cos" = x""yes; then :
  709.   for element in adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain scene kate flac lua; do
  710.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  711.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  712.   done
  713. fi
  714. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
  715. $as_echo_n "checking for pow in -lm... " >&6; }
  716. if test "${ac_cv_lib_m_pow+set}" = set; then :
  717.   $as_echo_n "(cached) " >&6
  718. else
  719.   ac_check_lib_save_LIBS=$LIBS
  720. LIBS="-lm  $LIBS"
  721. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  722. /* end confdefs.h.  */
  723. /* Override any GCC internal prototype to avoid an error.
  724.    Use char because int might match the return type of a GCC
  725.    builtin and then its argument prototype would still apply.  */
  726. #ifdef __cplusplus
  727. extern "C"
  728. #endif
  729. char pow ();
  730. int
  731. main ()
  732. {
  733. return pow ();
  734.   ;
  735.   return 0;
  736. }
  737. _ACEOF
  738. if ac_fn_c_try_link "$LINENO"; then :
  739.   ac_cv_lib_m_pow=yes
  740. else
  741.   ac_cv_lib_m_pow=no
  742. fi
  743. rm -f core conftest.err conftest.$ac_objext 
  744.     conftest$ac_exeext conftest.$ac_ext
  745. LIBS=$ac_check_lib_save_LIBS
  746. fi
  747. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
  748. $as_echo "$ac_cv_lib_m_pow" >&6; }
  749. if test "x$ac_cv_lib_m_pow" = x""yes; then :
  750.   for element in avcodec avformat swscale postproc ffmpegaltivec i420_rgb faad twolame equalizer spatializer param_eq libvlccore vorbis freetype mod mpc dmo quicktime realaudio realvideo galaktos opengl; do
  751.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  752.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  753.   done
  754. fi
  755. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
  756. $as_echo_n "checking for sqrt in -lm... " >&6; }
  757. if test "${ac_cv_lib_m_sqrt+set}" = set; then :
  758.   $as_echo_n "(cached) " >&6
  759. else
  760.   ac_check_lib_save_LIBS=$LIBS
  761. LIBS="-lm  $LIBS"
  762. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  763. /* end confdefs.h.  */
  764. /* Override any GCC internal prototype to avoid an error.
  765.    Use char because int might match the return type of a GCC
  766.    builtin and then its argument prototype would still apply.  */
  767. #ifdef __cplusplus
  768. extern "C"
  769. #endif
  770. char sqrt ();
  771. int
  772. main ()
  773. {
  774. return sqrt ();
  775.   ;
  776.   return 0;
  777. }
  778. _ACEOF
  779. if ac_fn_c_try_link "$LINENO"; then :
  780.   ac_cv_lib_m_sqrt=yes
  781. else
  782.   ac_cv_lib_m_sqrt=no
  783. fi
  784. rm -f core conftest.err conftest.$ac_objext 
  785.     conftest$ac_exeext conftest.$ac_ext
  786. LIBS=$ac_check_lib_save_LIBS
  787. fi
  788. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
  789. $as_echo "$ac_cv_lib_m_sqrt" >&6; }
  790. if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
  791.   for element in headphone_channel_mixer normvol speex mono colorthres extract; do
  792.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  793.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  794.   done
  795. fi
  796. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceil in -lm" >&5
  797. $as_echo_n "checking for ceil in -lm... " >&6; }
  798. if test "${ac_cv_lib_m_ceil+set}" = set; then :
  799.   $as_echo_n "(cached) " >&6
  800. else
  801.   ac_check_lib_save_LIBS=$LIBS
  802. LIBS="-lm  $LIBS"
  803. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  804. /* end confdefs.h.  */
  805. /* Override any GCC internal prototype to avoid an error.
  806.    Use char because int might match the return type of a GCC
  807.    builtin and then its argument prototype would still apply.  */
  808. #ifdef __cplusplus
  809. extern "C"
  810. #endif
  811. char ceil ();
  812. int
  813. main ()
  814. {
  815. return ceil ();
  816.   ;
  817.   return 0;
  818. }
  819. _ACEOF
  820. if ac_fn_c_try_link "$LINENO"; then :
  821.   ac_cv_lib_m_ceil=yes
  822. else
  823.   ac_cv_lib_m_ceil=no
  824. fi
  825. rm -f core conftest.err conftest.$ac_objext 
  826.     conftest$ac_exeext conftest.$ac_ext
  827. LIBS=$ac_check_lib_save_LIBS
  828. fi
  829. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceil" >&5
  830. $as_echo "$ac_cv_lib_m_ceil" >&6; }
  831. if test "x$ac_cv_lib_m_ceil" = x""yes; then :
  832.   for element in hotkeys mosaic; do
  833.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  834.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  835.   done
  836. fi
  837. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exp in -lm" >&5
  838. $as_echo_n "checking for exp in -lm... " >&6; }
  839. if test "${ac_cv_lib_m_exp+set}" = set; then :
  840.   $as_echo_n "(cached) " >&6
  841. else
  842.   ac_check_lib_save_LIBS=$LIBS
  843. LIBS="-lm  $LIBS"
  844. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  845. /* end confdefs.h.  */
  846. /* Override any GCC internal prototype to avoid an error.
  847.    Use char because int might match the return type of a GCC
  848.    builtin and then its argument prototype would still apply.  */
  849. #ifdef __cplusplus
  850. extern "C"
  851. #endif
  852. char exp ();
  853. int
  854. main ()
  855. {
  856. return exp ();
  857.   ;
  858.   return 0;
  859. }
  860. _ACEOF
  861. if ac_fn_c_try_link "$LINENO"; then :
  862.   ac_cv_lib_m_exp=yes
  863. else
  864.   ac_cv_lib_m_exp=no
  865. fi
  866. rm -f core conftest.err conftest.$ac_objext 
  867.     conftest$ac_exeext conftest.$ac_ext
  868. LIBS=$ac_check_lib_save_LIBS
  869. fi
  870. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_exp" >&5
  871. $as_echo "$ac_cv_lib_m_exp" >&6; }
  872. if test "x$ac_cv_lib_m_exp" = x""yes; then :
  873.   for element in gaussianblur; do
  874.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  875.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  876.   done
  877. fi
  878. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for round in -lm" >&5
  879. $as_echo_n "checking for round in -lm... " >&6; }
  880. if test "${ac_cv_lib_m_round+set}" = set; then :
  881.   $as_echo_n "(cached) " >&6
  882. else
  883.   ac_check_lib_save_LIBS=$LIBS
  884. LIBS="-lm  $LIBS"
  885. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  886. /* end confdefs.h.  */
  887. /* Override any GCC internal prototype to avoid an error.
  888.    Use char because int might match the return type of a GCC
  889.    builtin and then its argument prototype would still apply.  */
  890. #ifdef __cplusplus
  891. extern "C"
  892. #endif
  893. char round ();
  894. int
  895. main ()
  896. {
  897. return round ();
  898.   ;
  899.   return 0;
  900. }
  901. _ACEOF
  902. if ac_fn_c_try_link "$LINENO"; then :
  903.   ac_cv_lib_m_round=yes
  904. else
  905.   ac_cv_lib_m_round=no
  906. fi
  907. rm -f core conftest.err conftest.$ac_objext 
  908.     conftest$ac_exeext conftest.$ac_ext
  909. LIBS=$ac_check_lib_save_LIBS
  910. fi
  911. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_round" >&5
  912. $as_echo "$ac_cv_lib_m_round" >&6; }
  913. if test "x$ac_cv_lib_m_round" = x""yes; then :
  914.   for element in dbus; do
  915.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  916.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  917.   done
  918. fi
  919. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf in -lm" >&5
  920. $as_echo_n "checking for sqrtf in -lm... " >&6; }
  921. if test "${ac_cv_lib_m_sqrtf+set}" = set; then :
  922.   $as_echo_n "(cached) " >&6
  923. else
  924.   ac_check_lib_save_LIBS=$LIBS
  925. LIBS="-lm  $LIBS"
  926. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  927. /* end confdefs.h.  */
  928. /* Override any GCC internal prototype to avoid an error.
  929.    Use char because int might match the return type of a GCC
  930.    builtin and then its argument prototype would still apply.  */
  931. #ifdef __cplusplus
  932. extern "C"
  933. #endif
  934. char sqrtf ();
  935. int
  936. main ()
  937. {
  938. return sqrtf ();
  939.   ;
  940.   return 0;
  941. }
  942. _ACEOF
  943. if ac_fn_c_try_link "$LINENO"; then :
  944.   ac_cv_lib_m_sqrtf=yes
  945. else
  946.   ac_cv_lib_m_sqrtf=no
  947. fi
  948. rm -f core conftest.err conftest.$ac_objext 
  949.     conftest$ac_exeext conftest.$ac_ext
  950. LIBS=$ac_check_lib_save_LIBS
  951. fi
  952. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtf" >&5
  953. $as_echo "$ac_cv_lib_m_sqrtf" >&6; }
  954. if test "x$ac_cv_lib_m_sqrtf" = x""yes; then :
  955.   for element in x264; do
  956.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  957.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  958.   done
  959. fi
  960. fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  961. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lrintf in -lm" >&5
  962. $as_echo_n "checking for lrintf in -lm... " >&6; }
  963. if test "${ac_cv_lib_m_lrintf+set}" = set; then :
  964.   $as_echo_n "(cached) " >&6
  965. else
  966.   ac_check_lib_save_LIBS=$LIBS
  967. LIBS="-lm  $LIBS"
  968. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  969. /* end confdefs.h.  */
  970. /* Override any GCC internal prototype to avoid an error.
  971.    Use char because int might match the return type of a GCC
  972.    builtin and then its argument prototype would still apply.  */
  973. #ifdef __cplusplus
  974. extern "C"
  975. #endif
  976. char lrintf ();
  977. int
  978. main ()
  979. {
  980. return lrintf ();
  981.   ;
  982.   return 0;
  983. }
  984. _ACEOF
  985. if ac_fn_c_try_link "$LINENO"; then :
  986.   ac_cv_lib_m_lrintf=yes
  987. else
  988.   ac_cv_lib_m_lrintf=no
  989. fi
  990. rm -f core conftest.err conftest.$ac_objext 
  991.     conftest$ac_exeext conftest.$ac_ext
  992. LIBS=$ac_check_lib_save_LIBS
  993. fi
  994. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lrintf" >&5
  995. $as_echo "$ac_cv_lib_m_lrintf" >&6; }
  996. if test "x$ac_cv_lib_m_lrintf" = x""yes; then :
  997. $as_echo "#define HAVE_LRINTF 1" >>confdefs.h
  998.   for element in skins2; do
  999.     eval "LIBS_${element}="'"'"-lm "'$'"{LIBS_${element}} "'"'
  1000.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1001.   done
  1002. fi
  1003. ac_cv_have_plugins=no
  1004. # OS X style
  1005. for ac_header in mach-o/dyld.h
  1006. do :
  1007.   ac_fn_c_check_header_mongrel "$LINENO" "mach-o/dyld.h" "ac_cv_header_mach_o_dyld_h" "$ac_includes_default"
  1008. if test "x$ac_cv_header_mach_o_dyld_h" = x""yes; then :
  1009.   cat >>confdefs.h <<_ACEOF
  1010. #define HAVE_MACH_O_DYLD_H 1
  1011. _ACEOF
  1012.  for ac_func in NSLinkModule
  1013. do :
  1014.   ac_fn_c_check_func "$LINENO" "NSLinkModule" "ac_cv_func_NSLinkModule"
  1015. if test "x$ac_cv_func_NSLinkModule" = x""yes; then :
  1016.   cat >>confdefs.h <<_ACEOF
  1017. #define HAVE_NSLINKMODULE 1
  1018. _ACEOF
  1019. $as_echo "#define HAVE_DL_DYLD 1" >>confdefs.h
  1020.      ac_cv_have_plugins=yes
  1021. fi
  1022. done
  1023. fi
  1024. done
  1025. # HP-UX style
  1026. if test "${ac_cv_have_plugins}" = "no"; then
  1027.   for ac_header in dl.h
  1028. do :
  1029.   ac_fn_c_check_header_mongrel "$LINENO" "dl.h" "ac_cv_header_dl_h" "$ac_includes_default"
  1030. if test "x$ac_cv_header_dl_h" = x""yes; then :
  1031.   cat >>confdefs.h <<_ACEOF
  1032. #define HAVE_DL_H 1
  1033. _ACEOF
  1034. fi
  1035. done
  1036.   ac_cv_my_have_shl_load=no
  1037.   ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
  1038. if test "x$ac_cv_func_shl_load" = x""yes; then :
  1039.   ac_cv_my_have_shl_load=yes,
  1040.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
  1041. $as_echo_n "checking for shl_load in -ldld... " >&6; }
  1042. if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
  1043.   $as_echo_n "(cached) " >&6
  1044. else
  1045.   ac_check_lib_save_LIBS=$LIBS
  1046. LIBS="-ldld  $LIBS"
  1047. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1048. /* end confdefs.h.  */
  1049. /* Override any GCC internal prototype to avoid an error.
  1050.    Use char because int might match the return type of a GCC
  1051.    builtin and then its argument prototype would still apply.  */
  1052. #ifdef __cplusplus
  1053. extern "C"
  1054. #endif
  1055. char shl_load ();
  1056. int
  1057. main ()
  1058. {
  1059. return shl_load ();
  1060.   ;
  1061.   return 0;
  1062. }
  1063. _ACEOF
  1064. if ac_fn_c_try_link "$LINENO"; then :
  1065.   ac_cv_lib_dld_shl_load=yes
  1066. else
  1067.   ac_cv_lib_dld_shl_load=no
  1068. fi
  1069. rm -f core conftest.err conftest.$ac_objext 
  1070.     conftest$ac_exeext conftest.$ac_ext
  1071. LIBS=$ac_check_lib_save_LIBS
  1072. fi
  1073. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
  1074. $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
  1075. if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
  1076.   ac_cv_my_have_shl_load=yes
  1077.   for element in libvlccore; do
  1078.     eval "LIBS_${element}="'"'"-ldld "'$'"{LIBS_${element}} "'"'
  1079.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1080.   done
  1081. fi
  1082. fi
  1083.   if test "${ac_cv_my_have_shl_load}" = "yes"; then
  1084. $as_echo "#define HAVE_DL_SHL_LOAD 1" >>confdefs.h
  1085.     ac_cv_have_plugins=yes
  1086.   fi
  1087. fi
  1088. # Whatever style
  1089. if test "${ac_cv_have_plugins}" = "no"; then
  1090.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
  1091. $as_echo_n "checking for dld_link in -ldld... " >&6; }
  1092. if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
  1093.   $as_echo_n "(cached) " >&6
  1094. else
  1095.   ac_check_lib_save_LIBS=$LIBS
  1096. LIBS="-ldld  $LIBS"
  1097. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1098. /* end confdefs.h.  */
  1099. /* Override any GCC internal prototype to avoid an error.
  1100.    Use char because int might match the return type of a GCC
  1101.    builtin and then its argument prototype would still apply.  */
  1102. #ifdef __cplusplus
  1103. extern "C"
  1104. #endif
  1105. char dld_link ();
  1106. int
  1107. main ()
  1108. {
  1109. return dld_link ();
  1110.   ;
  1111.   return 0;
  1112. }
  1113. _ACEOF
  1114. if ac_fn_c_try_link "$LINENO"; then :
  1115.   ac_cv_lib_dld_dld_link=yes
  1116. else
  1117.   ac_cv_lib_dld_dld_link=no
  1118. fi
  1119. rm -f core conftest.err conftest.$ac_objext 
  1120.     conftest$ac_exeext conftest.$ac_ext
  1121. LIBS=$ac_check_lib_save_LIBS
  1122. fi
  1123. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
  1124. $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
  1125. if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
  1126.   for element in libvlccore; do
  1127.     eval "LIBS_${element}="'"'"-ldld "'$'"{LIBS_${element}} "'"'
  1128.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1129.   done
  1130. $as_echo "#define HAVE_DL_DLD_LINK 1" >>confdefs.h
  1131.     ac_cv_have_plugins=yes
  1132. fi
  1133. fi
  1134. # Win32 style
  1135. if test "${ac_cv_have_plugins}" = "no"; then
  1136.   if test "${SYS}" = "mingw32" -o "${SYS}" = "cygwin"; then
  1137.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lkernel32" >&5
  1138. $as_echo_n "checking for main in -lkernel32... " >&6; }
  1139. if test "${ac_cv_lib_kernel32_main+set}" = set; then :
  1140.   $as_echo_n "(cached) " >&6
  1141. else
  1142.   ac_check_lib_save_LIBS=$LIBS
  1143. LIBS="-lkernel32  $LIBS"
  1144. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1145. /* end confdefs.h.  */
  1146. int
  1147. main ()
  1148. {
  1149. return main ();
  1150.   ;
  1151.   return 0;
  1152. }
  1153. _ACEOF
  1154. if ac_fn_c_try_link "$LINENO"; then :
  1155.   ac_cv_lib_kernel32_main=yes
  1156. else
  1157.   ac_cv_lib_kernel32_main=no
  1158. fi
  1159. rm -f core conftest.err conftest.$ac_objext 
  1160.     conftest$ac_exeext conftest.$ac_ext
  1161. LIBS=$ac_check_lib_save_LIBS
  1162. fi
  1163. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kernel32_main" >&5
  1164. $as_echo "$ac_cv_lib_kernel32_main" >&6; }
  1165. if test "x$ac_cv_lib_kernel32_main" = x""yes; then :
  1166.   for element in libvlccore; do
  1167.     eval "LIBS_${element}="'"'"-lkernel32 "'$'"{LIBS_${element}} "'"'
  1168.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1169.   done
  1170. $as_echo "#define HAVE_DL_WINDOWS 1" >>confdefs.h
  1171.       ac_cv_have_plugins=yes
  1172. fi
  1173.   fi
  1174. fi
  1175. # WinCE style
  1176. if test "${ac_cv_have_plugins}" = "no"; then
  1177.   if test "${SYS}" = "mingwce"; then
  1178. $as_echo "#define HAVE_DL_WINDOWS 1" >>confdefs.h
  1179.     ac_cv_have_plugins=yes
  1180.   fi
  1181. fi
  1182. # BeOS style
  1183. if test "${ac_cv_have_plugins}" = "no"; then
  1184.   for ac_header in image.h
  1185. do :
  1186.   ac_fn_c_check_header_mongrel "$LINENO" "image.h" "ac_cv_header_image_h" "$ac_includes_default"
  1187. if test "x$ac_cv_header_image_h" = x""yes; then :
  1188.   cat >>confdefs.h <<_ACEOF
  1189. #define HAVE_IMAGE_H 1
  1190. _ACEOF
  1191. fi
  1192. done
  1193.   for ac_func in load_add_on
  1194. do :
  1195.   ac_fn_c_check_func "$LINENO" "load_add_on" "ac_cv_func_load_add_on"
  1196. if test "x$ac_cv_func_load_add_on" = x""yes; then :
  1197.   cat >>confdefs.h <<_ACEOF
  1198. #define HAVE_LOAD_ADD_ON 1
  1199. _ACEOF
  1200. $as_echo "#define HAVE_DL_BEOS 1" >>confdefs.h
  1201.     ac_cv_have_plugins=yes
  1202. fi
  1203. done
  1204. fi
  1205. # Only test for dlopen() if the others didn't work
  1206. if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
  1207.   for ac_header in dlfcn.h sys/dl.h
  1208. do :
  1209.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1210. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1211. eval as_val=$$as_ac_Header
  1212.    if test "x$as_val" = x""yes; then :
  1213.   cat >>confdefs.h <<_ACEOF
  1214. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1215. _ACEOF
  1216. fi
  1217. done
  1218.   ac_cv_my_have_dlopen=no
  1219.   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
  1220. if test "x$ac_cv_func_dlopen" = x""yes; then :
  1221.   ac_cv_my_have_dlopen=yes
  1222. else
  1223.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  1224. $as_echo_n "checking for dlopen in -ldl... " >&6; }
  1225. if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
  1226.   $as_echo_n "(cached) " >&6
  1227. else
  1228.   ac_check_lib_save_LIBS=$LIBS
  1229. LIBS="-ldl  $LIBS"
  1230. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1231. /* end confdefs.h.  */
  1232. /* Override any GCC internal prototype to avoid an error.
  1233.    Use char because int might match the return type of a GCC
  1234.    builtin and then its argument prototype would still apply.  */
  1235. #ifdef __cplusplus
  1236. extern "C"
  1237. #endif
  1238. char dlopen ();
  1239. int
  1240. main ()
  1241. {
  1242. return dlopen ();
  1243.   ;
  1244.   return 0;
  1245. }
  1246. _ACEOF
  1247. if ac_fn_c_try_link "$LINENO"; then :
  1248.   ac_cv_lib_dl_dlopen=yes
  1249. else
  1250.   ac_cv_lib_dl_dlopen=no
  1251. fi
  1252. rm -f core conftest.err conftest.$ac_objext 
  1253.     conftest$ac_exeext conftest.$ac_ext
  1254. LIBS=$ac_check_lib_save_LIBS
  1255. fi
  1256. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
  1257. $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
  1258. if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
  1259.   ac_cv_my_have_dlopen=yes
  1260.   for element in libvlccore realaudio realvideo lua; do
  1261.     eval "LIBS_${element}="'"'"-ldl "'$'"{LIBS_${element}} "'"'
  1262.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1263.   done
  1264. else
  1265.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
  1266. $as_echo_n "checking for dlopen in -lsvld... " >&6; }
  1267. if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
  1268.   $as_echo_n "(cached) " >&6
  1269. else
  1270.   ac_check_lib_save_LIBS=$LIBS
  1271. LIBS="-lsvld  $LIBS"
  1272. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1273. /* end confdefs.h.  */
  1274. /* Override any GCC internal prototype to avoid an error.
  1275.    Use char because int might match the return type of a GCC
  1276.    builtin and then its argument prototype would still apply.  */
  1277. #ifdef __cplusplus
  1278. extern "C"
  1279. #endif
  1280. char dlopen ();
  1281. int
  1282. main ()
  1283. {
  1284. return dlopen ();
  1285.   ;
  1286.   return 0;
  1287. }
  1288. _ACEOF
  1289. if ac_fn_c_try_link "$LINENO"; then :
  1290.   ac_cv_lib_svld_dlopen=yes
  1291. else
  1292.   ac_cv_lib_svld_dlopen=no
  1293. fi
  1294. rm -f core conftest.err conftest.$ac_objext 
  1295.     conftest$ac_exeext conftest.$ac_ext
  1296. LIBS=$ac_check_lib_save_LIBS
  1297. fi
  1298. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
  1299. $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
  1300. if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
  1301.   ac_cv_my_have_dlopen=yes
  1302.   for element in libvlccore; do
  1303.     eval "LIBS_${element}="'"'"-lsvld "'$'"{LIBS_${element}} "'"'
  1304.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1305.   done
  1306. fi
  1307. fi
  1308. fi
  1309.   if test "${ac_cv_my_have_dlopen}" = "yes"; then
  1310. $as_echo "#define HAVE_DL_DLOPEN 1" >>confdefs.h
  1311.     ac_cv_have_plugins=yes
  1312.   fi
  1313. fi
  1314. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  1315. THREAD_LIB=error
  1316. if test "${THREAD_LIB}" = "error"; then
  1317.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
  1318. $as_echo_n "checking for main in -lpthread... " >&6; }
  1319. if test "${ac_cv_lib_pthread_main+set}" = set; then :
  1320.   $as_echo_n "(cached) " >&6
  1321. else
  1322.   ac_check_lib_save_LIBS=$LIBS
  1323. LIBS="-lpthread  $LIBS"
  1324. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1325. /* end confdefs.h.  */
  1326. int
  1327. main ()
  1328. {
  1329. return main ();
  1330.   ;
  1331.   return 0;
  1332. }
  1333. _ACEOF
  1334. if ac_fn_c_try_link "$LINENO"; then :
  1335.   ac_cv_lib_pthread_main=yes
  1336. else
  1337.   ac_cv_lib_pthread_main=no
  1338. fi
  1339. rm -f core conftest.err conftest.$ac_objext 
  1340.     conftest$ac_exeext conftest.$ac_ext
  1341. LIBS=$ac_check_lib_save_LIBS
  1342. fi
  1343. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_main" >&5
  1344. $as_echo "$ac_cv_lib_pthread_main" >&6; }
  1345. if test "x$ac_cv_lib_pthread_main" = x""yes; then :
  1346.   THREAD_LIB="-lpthread"
  1347. fi
  1348. fi
  1349. if test "${THREAD_LIB}" = "error"; then
  1350.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthreads" >&5
  1351. $as_echo_n "checking for main in -lpthreads... " >&6; }
  1352. if test "${ac_cv_lib_pthreads_main+set}" = set; then :
  1353.   $as_echo_n "(cached) " >&6
  1354. else
  1355.   ac_check_lib_save_LIBS=$LIBS
  1356. LIBS="-lpthreads  $LIBS"
  1357. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1358. /* end confdefs.h.  */
  1359. int
  1360. main ()
  1361. {
  1362. return main ();
  1363.   ;
  1364.   return 0;
  1365. }
  1366. _ACEOF
  1367. if ac_fn_c_try_link "$LINENO"; then :
  1368.   ac_cv_lib_pthreads_main=yes
  1369. else
  1370.   ac_cv_lib_pthreads_main=no
  1371. fi
  1372. rm -f core conftest.err conftest.$ac_objext 
  1373.     conftest$ac_exeext conftest.$ac_ext
  1374. LIBS=$ac_check_lib_save_LIBS
  1375. fi
  1376. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthreads_main" >&5
  1377. $as_echo "$ac_cv_lib_pthreads_main" >&6; }
  1378. if test "x$ac_cv_lib_pthreads_main" = x""yes; then :
  1379.   THREAD_LIB="-lpthreads"
  1380. fi
  1381. fi
  1382. if test "${THREAD_LIB}" = "error"; then
  1383.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lc_r" >&5
  1384. $as_echo_n "checking for main in -lc_r... " >&6; }
  1385. if test "${ac_cv_lib_c_r_main+set}" = set; then :
  1386.   $as_echo_n "(cached) " >&6
  1387. else
  1388.   ac_check_lib_save_LIBS=$LIBS
  1389. LIBS="-lc_r  $LIBS"
  1390. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1391. /* end confdefs.h.  */
  1392. int
  1393. main ()
  1394. {
  1395. return main ();
  1396.   ;
  1397.   return 0;
  1398. }
  1399. _ACEOF
  1400. if ac_fn_c_try_link "$LINENO"; then :
  1401.   ac_cv_lib_c_r_main=yes
  1402. else
  1403.   ac_cv_lib_c_r_main=no
  1404. fi
  1405. rm -f core conftest.err conftest.$ac_objext 
  1406.     conftest$ac_exeext conftest.$ac_ext
  1407. LIBS=$ac_check_lib_save_LIBS
  1408. fi
  1409. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_main" >&5
  1410. $as_echo "$ac_cv_lib_c_r_main" >&6; }
  1411. if test "x$ac_cv_lib_c_r_main" = x""yes; then :
  1412.   THREAD_LIB="-lc_r"
  1413. fi
  1414. fi
  1415. if test "${THREAD_LIB}" = "error"; then
  1416.   for ac_func in pthread_mutex_lock
  1417. do :
  1418.   ac_fn_c_check_func "$LINENO" "pthread_mutex_lock" "ac_cv_func_pthread_mutex_lock"
  1419. if test "x$ac_cv_func_pthread_mutex_lock" = x""yes; then :
  1420.   cat >>confdefs.h <<_ACEOF
  1421. #define HAVE_PTHREAD_MUTEX_LOCK 1
  1422. _ACEOF
  1423. fi
  1424. done
  1425.   THREAD_LIB=""
  1426. fi
  1427.   for element in libvlccore libvlc vlc plugin; do
  1428.     eval "LIBS_${element}="'"'"${THREAD_LIB} "'$'"{LIBS_${element}} "'"'
  1429.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1430.   done
  1431. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_nanosleep in -lrt" >&5
  1432. $as_echo_n "checking for clock_nanosleep in -lrt... " >&6; }
  1433. if test "${ac_cv_lib_rt_clock_nanosleep+set}" = set; then :
  1434.   $as_echo_n "(cached) " >&6
  1435. else
  1436.   ac_check_lib_save_LIBS=$LIBS
  1437. LIBS="-lrt  $LIBS"
  1438. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1439. /* end confdefs.h.  */
  1440. /* Override any GCC internal prototype to avoid an error.
  1441.    Use char because int might match the return type of a GCC
  1442.    builtin and then its argument prototype would still apply.  */
  1443. #ifdef __cplusplus
  1444. extern "C"
  1445. #endif
  1446. char clock_nanosleep ();
  1447. int
  1448. main ()
  1449. {
  1450. return clock_nanosleep ();
  1451.   ;
  1452.   return 0;
  1453. }
  1454. _ACEOF
  1455. if ac_fn_c_try_link "$LINENO"; then :
  1456.   ac_cv_lib_rt_clock_nanosleep=yes
  1457. else
  1458.   ac_cv_lib_rt_clock_nanosleep=no
  1459. fi
  1460. rm -f core conftest.err conftest.$ac_objext 
  1461.     conftest$ac_exeext conftest.$ac_ext
  1462. LIBS=$ac_check_lib_save_LIBS
  1463. fi
  1464. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_nanosleep" >&5
  1465. $as_echo "$ac_cv_lib_rt_clock_nanosleep" >&6; }
  1466. if test "x$ac_cv_lib_rt_clock_nanosleep" = x""yes; then :
  1467.   for element in libvlccore; do
  1468.     eval "LIBS_${element}="'"'"-lrt "'$'"{LIBS_${element}} "'"'
  1469.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1470.   done
  1471. $as_echo "#define HAVE_CLOCK_NANOSLEEP 1" >>confdefs.h
  1472. else
  1473.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sem_init in -lrt" >&5
  1474. $as_echo_n "checking for sem_init in -lrt... " >&6; }
  1475. if test "${ac_cv_lib_rt_sem_init+set}" = set; then :
  1476.   $as_echo_n "(cached) " >&6
  1477. else
  1478.   ac_check_lib_save_LIBS=$LIBS
  1479. LIBS="-lrt  $LIBS"
  1480. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1481. /* end confdefs.h.  */
  1482. /* Override any GCC internal prototype to avoid an error.
  1483.    Use char because int might match the return type of a GCC
  1484.    builtin and then its argument prototype would still apply.  */
  1485. #ifdef __cplusplus
  1486. extern "C"
  1487. #endif
  1488. char sem_init ();
  1489. int
  1490. main ()
  1491. {
  1492. return sem_init ();
  1493.   ;
  1494.   return 0;
  1495. }
  1496. _ACEOF
  1497. if ac_fn_c_try_link "$LINENO"; then :
  1498.   ac_cv_lib_rt_sem_init=yes
  1499. else
  1500.   ac_cv_lib_rt_sem_init=no
  1501. fi
  1502. rm -f core conftest.err conftest.$ac_objext 
  1503.     conftest$ac_exeext conftest.$ac_ext
  1504. LIBS=$ac_check_lib_save_LIBS
  1505. fi
  1506. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sem_init" >&5
  1507. $as_echo "$ac_cv_lib_rt_sem_init" >&6; }
  1508. if test "x$ac_cv_lib_rt_sem_init" = x""yes; then :
  1509.   for element in libvlccore; do
  1510.     eval "LIBS_${element}="'"'"-lrt "'$'"{LIBS_${element}} "'"'
  1511.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1512.   done
  1513. fi
  1514. fi
  1515. have_nanosleep=false
  1516. for ac_func in nanosleep
  1517. do :
  1518.   ac_fn_c_check_func "$LINENO" "nanosleep" "ac_cv_func_nanosleep"
  1519. if test "x$ac_cv_func_nanosleep" = x""yes; then :
  1520.   cat >>confdefs.h <<_ACEOF
  1521. #define HAVE_NANOSLEEP 1
  1522. _ACEOF
  1523.  have_nanosleep=:
  1524. else
  1525.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lrt" >&5
  1526. $as_echo_n "checking for nanosleep in -lrt... " >&6; }
  1527. if test "${ac_cv_lib_rt_nanosleep+set}" = set; then :
  1528.   $as_echo_n "(cached) " >&6
  1529. else
  1530.   ac_check_lib_save_LIBS=$LIBS
  1531. LIBS="-lrt  $LIBS"
  1532. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1533. /* end confdefs.h.  */
  1534. /* Override any GCC internal prototype to avoid an error.
  1535.    Use char because int might match the return type of a GCC
  1536.    builtin and then its argument prototype would still apply.  */
  1537. #ifdef __cplusplus
  1538. extern "C"
  1539. #endif
  1540. char nanosleep ();
  1541. int
  1542. main ()
  1543. {
  1544. return nanosleep ();
  1545.   ;
  1546.   return 0;
  1547. }
  1548. _ACEOF
  1549. if ac_fn_c_try_link "$LINENO"; then :
  1550.   ac_cv_lib_rt_nanosleep=yes
  1551. else
  1552.   ac_cv_lib_rt_nanosleep=no
  1553. fi
  1554. rm -f core conftest.err conftest.$ac_objext 
  1555.     conftest$ac_exeext conftest.$ac_ext
  1556. LIBS=$ac_check_lib_save_LIBS
  1557. fi
  1558. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_nanosleep" >&5
  1559. $as_echo "$ac_cv_lib_rt_nanosleep" >&6; }
  1560. if test "x$ac_cv_lib_rt_nanosleep" = x""yes; then :
  1561.   for element in libvlccore; do
  1562.     eval "LIBS_${element}="'"'"-lrt "'$'"{LIBS_${element}} "'"'
  1563.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1564.   done
  1565.  have_nanosleep=:
  1566. else
  1567.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in -lposix4" >&5
  1568. $as_echo_n "checking for nanosleep in -lposix4... " >&6; }
  1569. if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then :
  1570.   $as_echo_n "(cached) " >&6
  1571. else
  1572.   ac_check_lib_save_LIBS=$LIBS
  1573. LIBS="-lposix4  $LIBS"
  1574. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1575. /* end confdefs.h.  */
  1576. /* Override any GCC internal prototype to avoid an error.
  1577.    Use char because int might match the return type of a GCC
  1578.    builtin and then its argument prototype would still apply.  */
  1579. #ifdef __cplusplus
  1580. extern "C"
  1581. #endif
  1582. char nanosleep ();
  1583. int
  1584. main ()
  1585. {
  1586. return nanosleep ();
  1587.   ;
  1588.   return 0;
  1589. }
  1590. _ACEOF
  1591. if ac_fn_c_try_link "$LINENO"; then :
  1592.   ac_cv_lib_posix4_nanosleep=yes
  1593. else
  1594.   ac_cv_lib_posix4_nanosleep=no
  1595. fi
  1596. rm -f core conftest.err conftest.$ac_objext 
  1597.     conftest$ac_exeext conftest.$ac_ext
  1598. LIBS=$ac_check_lib_save_LIBS
  1599. fi
  1600. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_nanosleep" >&5
  1601. $as_echo "$ac_cv_lib_posix4_nanosleep" >&6; }
  1602. if test "x$ac_cv_lib_posix4_nanosleep" = x""yes; then :
  1603.   for element in libvlccore; do
  1604.     eval "LIBS_${element}="'"'"-lposix4 "'$'"{LIBS_${element}} "'"'
  1605.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  1606.   done
  1607.  have_nanosleep=:
  1608. fi
  1609. fi
  1610. fi
  1611. done
  1612. if ${have_nanosleep}; then
  1613. $as_echo "#define HAVE_NANOSLEEP 1" >>confdefs.h
  1614. fi
  1615. fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  1616. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strncasecmp in strings.h" >&5
  1617. $as_echo_n "checking for strncasecmp in strings.h... " >&6; }
  1618. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1619. /* end confdefs.h.  */
  1620. #include <strings.h>
  1621. _ACEOF
  1622. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1623.   $EGREP "strncasecmp" >/dev/null 2>&1; then :
  1624.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1625. $as_echo "yes" >&6; }
  1626. $as_echo "#define STRNCASECMP_IN_STRINGS_H 1" >>confdefs.h
  1627. else
  1628.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1629. $as_echo "no" >&6; }
  1630. fi
  1631. rm -f conftest*
  1632. for ac_header in getopt.h strings.h locale.h xlocale.h
  1633. do :
  1634.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1635. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1636. eval as_val=$$as_ac_Header
  1637.    if test "x$as_val" = x""yes; then :
  1638.   cat >>confdefs.h <<_ACEOF
  1639. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1640. _ACEOF
  1641. fi
  1642. done
  1643. for ac_header in fcntl.h sys/types.h sys/time.h sys/times.h sys/ioctl.h sys/stat.h sys/mount.h
  1644. do :
  1645.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1646. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1647. eval as_val=$$as_ac_Header
  1648.    if test "x$as_val" = x""yes; then :
  1649.   cat >>confdefs.h <<_ACEOF
  1650. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1651. _ACEOF
  1652. fi
  1653. done
  1654. for ac_header in arpa/inet.h netinet/in.h netinet/udplite.h sys/eventfd.h
  1655. do :
  1656.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1657. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1658. eval as_val=$$as_ac_Header
  1659.    if test "x$as_val" = x""yes; then :
  1660.   cat >>confdefs.h <<_ACEOF
  1661. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1662. _ACEOF
  1663. fi
  1664. done
  1665. for ac_header in net/if.h
  1666. do :
  1667.   ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "
  1668.     #include <sys/types.h>
  1669.     #include <sys/socket.h>
  1670. "
  1671. if test "x$ac_cv_header_net_if_h" = x""yes; then :
  1672.   cat >>confdefs.h <<_ACEOF
  1673. #define HAVE_NET_IF_H 1
  1674. _ACEOF
  1675. fi
  1676. done
  1677. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  1678. for ac_header in machine/param.h sys/shm.h
  1679. do :
  1680.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1681. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1682. eval as_val=$$as_ac_Header
  1683.    if test "x$as_val" = x""yes; then :
  1684.   cat >>confdefs.h <<_ACEOF
  1685. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1686. _ACEOF
  1687. fi
  1688. done
  1689. for ac_header in linux/version.h linux/dccp.h
  1690. do :
  1691.   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1692. ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
  1693. eval as_val=$$as_ac_Header
  1694.    if test "x$as_val" = x""yes; then :
  1695.   cat >>confdefs.h <<_ACEOF
  1696. #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
  1697. _ACEOF
  1698. fi
  1699. done
  1700. for ac_header in syslog.h
  1701. do :
  1702.   ac_fn_c_check_header_mongrel "$LINENO" "syslog.h" "ac_cv_header_syslog_h" "$ac_includes_default"
  1703. if test "x$ac_cv_header_syslog_h" = x""yes; then :
  1704.   cat >>confdefs.h <<_ACEOF
  1705. #define HAVE_SYSLOG_H 1
  1706. _ACEOF
  1707. fi
  1708. done
  1709. fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  1710. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
  1711. $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
  1712. if test "${ac_cv_header_time+set}" = set; then :
  1713.   $as_echo_n "(cached) " >&6
  1714. else
  1715.   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1716. /* end confdefs.h.  */
  1717. #include <sys/types.h>
  1718. #include <sys/time.h>
  1719. #include <time.h>
  1720. int
  1721. main ()
  1722. {
  1723. if ((struct tm *) 0)
  1724. return 0;
  1725.   ;
  1726.   return 0;
  1727. }
  1728. _ACEOF
  1729. if ac_fn_c_try_compile "$LINENO"; then :
  1730.   ac_cv_header_time=yes
  1731. else
  1732.   ac_cv_header_time=no
  1733. fi
  1734. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  1735. fi
  1736. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
  1737. $as_echo "$ac_cv_header_time" >&6; }
  1738. if test $ac_cv_header_time = yes; then
  1739. $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
  1740. fi
  1741. ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
  1742. if test "x$ac_cv_type_ssize_t" = x""yes; then :
  1743. else
  1744.   $as_echo "#define ssize_t int" >>confdefs.h
  1745. fi
  1746. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing poll" >&5
  1747. $as_echo_n "checking for library containing poll... " >&6; }
  1748. if test "${ac_cv_search_poll+set}" = set; then :
  1749.   $as_echo_n "(cached) " >&6
  1750. else
  1751.   ac_func_search_save_LIBS=$LIBS
  1752. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1753. /* end confdefs.h.  */
  1754. /* Override any GCC internal prototype to avoid an error.
  1755.    Use char because int might match the return type of a GCC
  1756.    builtin and then its argument prototype would still apply.  */
  1757. #ifdef __cplusplus
  1758. extern "C"
  1759. #endif
  1760. char poll ();
  1761. int
  1762. main ()
  1763. {
  1764. return poll ();
  1765.   ;
  1766.   return 0;
  1767. }
  1768. _ACEOF
  1769. for ac_lib in '' poll; do
  1770.   if test -z "$ac_lib"; then
  1771.     ac_res="none required"
  1772.   else
  1773.     ac_res=-l$ac_lib
  1774.     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
  1775.   fi
  1776.   if ac_fn_c_try_link "$LINENO"; then :
  1777.   ac_cv_search_poll=$ac_res
  1778. fi
  1779. rm -f core conftest.err conftest.$ac_objext 
  1780.     conftest$ac_exeext
  1781.   if test "${ac_cv_search_poll+set}" = set; then :
  1782.   break
  1783. fi
  1784. done
  1785. if test "${ac_cv_search_poll+set}" = set; then :
  1786. else
  1787.   ac_cv_search_poll=no
  1788. fi
  1789. rm conftest.$ac_ext
  1790. LIBS=$ac_func_search_save_LIBS
  1791. fi
  1792. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_poll" >&5
  1793. $as_echo "$ac_cv_search_poll" >&6; }
  1794. ac_res=$ac_cv_search_poll
  1795. if test "$ac_res" != no; then :
  1796.   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  1797. $as_echo "#define HAVE_POLL 1" >>confdefs.h
  1798. else
  1799. if test ${SYS} != "mingw32"
  1800. then
  1801.     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your platform does not support poll(). VLC has it's own poll() implementation, but it is only intended to be used on Windows. VLC might crash or be insecure when you see this message. Either switch to an OS with a proper poll() implementation, or implement one for your OS in VLC" >&5
  1802. $as_echo "$as_me: WARNING: Your platform does not support poll(). VLC has it's own poll() implementation, but it is only intended to be used on Windows. VLC might crash or be insecure when you see this message. Either switch to an OS with a proper poll() implementation, or implement one for your OS in VLC" >&2;}
  1803. fi
  1804. fi
  1805. need_dirent=false
  1806. for ac_header in dirent.h
  1807. do :
  1808.   ac_fn_c_check_header_mongrel "$LINENO" "dirent.h" "ac_cv_header_dirent_h" "$ac_includes_default"
  1809. if test "x$ac_cv_header_dirent_h" = x""yes; then :
  1810.   cat >>confdefs.h <<_ACEOF
  1811. #define HAVE_DIRENT_H 1
  1812. _ACEOF
  1813. else
  1814.   need_dirent=:
  1815. fi
  1816. done
  1817.  if ${need_dirent}; then
  1818.   BUILD_DIRENT_TRUE=
  1819.   BUILD_DIRENT_FALSE='#'
  1820. else
  1821.   BUILD_DIRENT_TRUE='#'
  1822.   BUILD_DIRENT_FALSE=
  1823. fi
  1824. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  1825. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nanosleep in time.h" >&5
  1826. $as_echo_n "checking for nanosleep in time.h... " >&6; }
  1827. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1828. /* end confdefs.h.  */
  1829. #include <time.h>
  1830. _ACEOF
  1831. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1832.   $EGREP "nanosleep" >/dev/null 2>&1; then :
  1833.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1834. $as_echo "yes" >&6; }
  1835. $as_echo "#define HAVE_DECL_NANOSLEEP 1" >>confdefs.h
  1836. else
  1837.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1838. $as_echo "no" >&6; }
  1839. fi
  1840. rm -f conftest*
  1841. fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  1842. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timespec in sys/time.h" >&5
  1843. $as_echo_n "checking for timespec in sys/time.h... " >&6; }
  1844. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1845. /* end confdefs.h.  */
  1846. #include <sys/time.h>
  1847. _ACEOF
  1848. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1849.   $EGREP "timespec" >/dev/null 2>&1; then :
  1850.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1851. $as_echo "yes" >&6; }
  1852. $as_echo "#define HAVE_STRUCT_TIMESPEC 1" >>confdefs.h
  1853. else
  1854.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1855. $as_echo "no" >&6; }
  1856. fi
  1857. rm -f conftest*
  1858. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  1859. for ac_header in pthread.h
  1860. do :
  1861.   ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
  1862. if test "x$ac_cv_header_pthread_h" = x""yes; then :
  1863.   cat >>confdefs.h <<_ACEOF
  1864. #define HAVE_PTHREAD_H 1
  1865. _ACEOF
  1866. fi
  1867. done
  1868. fi # end "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  1869. if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
  1870. if test -n "$ac_tool_prefix"; then
  1871.   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
  1872. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  1873. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1874. $as_echo_n "checking for $ac_word... " >&6; }
  1875. if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
  1876.   $as_echo_n "(cached) " >&6
  1877. else
  1878.   case $PKG_CONFIG in
  1879.   [\/]* | ?:[\/]*)
  1880.   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
  1881.   ;;
  1882.   *)
  1883.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1884. for as_dir in $PATH
  1885. do
  1886.   IFS=$as_save_IFS
  1887.   test -z "$as_dir" && as_dir=.
  1888.     for ac_exec_ext in '' $ac_executable_extensions; do
  1889.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1890.     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1891.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1892.     break 2
  1893.   fi
  1894. done
  1895.   done
  1896. IFS=$as_save_IFS
  1897.   ;;
  1898. esac
  1899. fi
  1900. PKG_CONFIG=$ac_cv_path_PKG_CONFIG
  1901. if test -n "$PKG_CONFIG"; then
  1902.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
  1903. $as_echo "$PKG_CONFIG" >&6; }
  1904. else
  1905.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1906. $as_echo "no" >&6; }
  1907. fi
  1908. fi
  1909. if test -z "$ac_cv_path_PKG_CONFIG"; then
  1910.   ac_pt_PKG_CONFIG=$PKG_CONFIG
  1911.   # Extract the first word of "pkg-config", so it can be a program name with args.
  1912. set dummy pkg-config; ac_word=$2
  1913. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1914. $as_echo_n "checking for $ac_word... " >&6; }
  1915. if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
  1916.   $as_echo_n "(cached) " >&6
  1917. else
  1918.   case $ac_pt_PKG_CONFIG in
  1919.   [\/]* | ?:[\/]*)
  1920.   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
  1921.   ;;
  1922.   *)
  1923.   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1924. for as_dir in $PATH
  1925. do
  1926.   IFS=$as_save_IFS
  1927.   test -z "$as_dir" && as_dir=.
  1928.     for ac_exec_ext in '' $ac_executable_extensions; do
  1929.   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1930.     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1931.     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1932.     break 2
  1933.   fi
  1934. done
  1935.   done
  1936. IFS=$as_save_IFS
  1937.   ;;
  1938. esac
  1939. fi
  1940. ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
  1941. if test -n "$ac_pt_PKG_CONFIG"; then
  1942.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
  1943. $as_echo "$ac_pt_PKG_CONFIG" >&6; }
  1944. else
  1945.   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1946. $as_echo "no" >&6; }
  1947. fi
  1948.   if test "x$ac_pt_PKG_CONFIG" = x; then
  1949.     PKG_CONFIG=""
  1950.   else
  1951.     case $cross_compiling:$ac_tool_warned in
  1952. yes:)
  1953. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
  1954. $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
  1955. ac_tool_warned=yes ;;
  1956. esac
  1957.     PKG_CONFIG=$ac_pt_PKG_CONFIG
  1958.   fi
  1959. else
  1960.   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
  1961. fi
  1962. fi
  1963. if test -n "$PKG_CONFIG"; then
  1964. _pkg_min_version=0.9.0
  1965. { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
  1966. $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
  1967. if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
  1968. { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1969. $as_echo "yes" >&6; }
  1970. else
  1971. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  1972. $as_echo "no" >&6; }
  1973. PKG_CONFIG=""
  1974. fi
  1975. fi
  1976.        if test -n "${PKG_CONFIG}" ; then :
  1977.       if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "darwin" ; then :
  1978.           PKG_CONFIG="${PKG_CONFIG} --static"
  1979. fi
  1980. fi
  1981. for ac_header in zlib.h
  1982. do :
  1983.   ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
  1984. if test "x$ac_cv_header_zlib_h" = x""yes; then :
  1985.   cat >>confdefs.h <<_ACEOF
  1986. #define HAVE_ZLIB_H 1
  1987. _ACEOF
  1988.   have_zlib=yes
  1989. else
  1990.    have_zlib=no
  1991. fi
  1992. done
  1993.  if  test "${have_zlib}" = "yes" ; then
  1994.   HAVE_ZLIB_TRUE=
  1995.   HAVE_ZLIB_FALSE='#'
  1996. else
  1997.   HAVE_ZLIB_TRUE='#'
  1998.   HAVE_ZLIB_FALSE=
  1999. fi
  2000. if test "${have_zlib}" = "yes"
  2001. then
  2002.   for element in access_http gme mp4 skins2 sap mkv unzip zip; do
  2003.     eval "LIBS_${element}="'"'"-lz "'$'"{LIBS_${element}} "'"'
  2004.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2005.   done
  2006. pkg_failed=no
  2007. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MINIZIP" >&5
  2008. $as_echo_n "checking for MINIZIP... " >&6; }
  2009. if test -n "$PKG_CONFIG"; then
  2010.     if test -n "$MINIZIP_CFLAGS"; then
  2011.         pkg_cv_MINIZIP_CFLAGS="$MINIZIP_CFLAGS"
  2012.     else
  2013.         if test -n "$PKG_CONFIG" && 
  2014.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "minizip ""; } >&5
  2015.   ($PKG_CONFIG --exists --print-errors "minizip ") 2>&5
  2016.   ac_status=$?
  2017.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2018.   test $ac_status = 0; }; then
  2019.   pkg_cv_MINIZIP_CFLAGS=`$PKG_CONFIG --cflags "minizip " 2>/dev/null`
  2020. else
  2021.   pkg_failed=yes
  2022. fi
  2023.     fi
  2024. else
  2025. pkg_failed=untried
  2026. fi
  2027. if test -n "$PKG_CONFIG"; then
  2028.     if test -n "$MINIZIP_LIBS"; then
  2029.         pkg_cv_MINIZIP_LIBS="$MINIZIP_LIBS"
  2030.     else
  2031.         if test -n "$PKG_CONFIG" && 
  2032.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "minizip ""; } >&5
  2033.   ($PKG_CONFIG --exists --print-errors "minizip ") 2>&5
  2034.   ac_status=$?
  2035.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2036.   test $ac_status = 0; }; then
  2037.   pkg_cv_MINIZIP_LIBS=`$PKG_CONFIG --libs "minizip " 2>/dev/null`
  2038. else
  2039.   pkg_failed=yes
  2040. fi
  2041.     fi
  2042. else
  2043. pkg_failed=untried
  2044. fi
  2045. if test $pkg_failed = yes; then
  2046. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2047.         _pkg_short_errors_supported=yes
  2048. else
  2049.         _pkg_short_errors_supported=no
  2050. fi
  2051.         if test $_pkg_short_errors_supported = yes; then
  2052.         MINIZIP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "minizip "`
  2053.         else
  2054.         MINIZIP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "minizip "`
  2055.         fi
  2056. # Put the nasty error message in config.log where it belongs
  2057. echo "$MINIZIP_PKG_ERRORS" >&5
  2058. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2059. $as_echo "no" >&6; }
  2060.     for ac_header in unzip.h
  2061. do :
  2062.   ac_fn_c_check_header_mongrel "$LINENO" "unzip.h" "ac_cv_header_unzip_h" "$ac_includes_default"
  2063. if test "x$ac_cv_header_unzip_h" = x""yes; then :
  2064.   cat >>confdefs.h <<_ACEOF
  2065. #define HAVE_UNZIP_H 1
  2066. _ACEOF
  2067.       have_minizip=yes
  2068.       MINIZIP_LIBS="-lminizip -lz"
  2069. else
  2070.       have_minizip=no
  2071.       MINIZIP_CFLAGS="-I\${top_srcdir}/libs/unzip"
  2072.       MINIZIP_LIBS="\${top_builddir}/libs/unzip/libunzip.la"
  2073. fi
  2074. done
  2075. elif test $pkg_failed = untried; then
  2076.     for ac_header in unzip.h
  2077. do :
  2078.   ac_fn_c_check_header_mongrel "$LINENO" "unzip.h" "ac_cv_header_unzip_h" "$ac_includes_default"
  2079. if test "x$ac_cv_header_unzip_h" = x""yes; then :
  2080.   cat >>confdefs.h <<_ACEOF
  2081. #define HAVE_UNZIP_H 1
  2082. _ACEOF
  2083.       have_minizip=yes
  2084.       MINIZIP_LIBS="-lminizip -lz"
  2085. else
  2086.       have_minizip=no
  2087.       MINIZIP_CFLAGS="-I\${top_srcdir}/libs/unzip"
  2088.       MINIZIP_LIBS="\${top_builddir}/libs/unzip/libunzip.la"
  2089. fi
  2090. done
  2091. else
  2092. MINIZIP_CFLAGS=$pkg_cv_MINIZIP_CFLAGS
  2093. MINIZIP_LIBS=$pkg_cv_MINIZIP_LIBS
  2094.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2095. $as_echo "yes" >&6; }
  2096.  have_minizip=yes
  2097. fi
  2098.   for element in skins2; do
  2099.     eval "CPPFLAGS_${element}="'"$'"{CPPFLAGS_${element}} $MINIZIP_CFLAGS"'"'
  2100.     am_modules_with_cppflags="${am_modules_with_cppflags} ${element}"
  2101.   done
  2102.   for element in zip; do
  2103.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $MINIZIP_CFLAGS"'"'
  2104.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2105.   done
  2106.   for element in skins2 zip; do
  2107.     eval "LIBS_${element}="'"'"$MINIZIP_LIBS "'$'"{LIBS_${element}} "'"'
  2108.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2109.   done
  2110.   PLUGINS="${PLUGINS} unzip"
  2111.   LTLIBunzip="libunzip_plugin.la"
  2112.   PLUGINS="${PLUGINS} zip"
  2113.   LTLIBzip="libzip_plugin.la"
  2114. fi
  2115.  if  test "${have_minizip}" = "yes" ; then
  2116.   HAVE_MINIZIP_TRUE=
  2117.   HAVE_MINIZIP_FALSE='#'
  2118. else
  2119.   HAVE_MINIZIP_TRUE='#'
  2120.   HAVE_MINIZIP_FALSE=
  2121. fi
  2122. # Check whether --enable-hal was given.
  2123. if test "${enable_hal+set}" = set; then :
  2124.   enableval=$enable_hal;
  2125. fi
  2126. if test "${enable_hal}" != "no" -a "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  2127. then
  2128. pkg_failed=no
  2129. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HAL" >&5
  2130. $as_echo_n "checking for HAL... " >&6; }
  2131. if test -n "$PKG_CONFIG"; then
  2132.     if test -n "$HAL_CFLAGS"; then
  2133.         pkg_cv_HAL_CFLAGS="$HAL_CFLAGS"
  2134.     else
  2135.         if test -n "$PKG_CONFIG" && 
  2136.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "hal >= 0.5.0""; } >&5
  2137.   ($PKG_CONFIG --exists --print-errors "hal >= 0.5.0") 2>&5
  2138.   ac_status=$?
  2139.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2140.   test $ac_status = 0; }; then
  2141.   pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal >= 0.5.0" 2>/dev/null`
  2142. else
  2143.   pkg_failed=yes
  2144. fi
  2145.     fi
  2146. else
  2147. pkg_failed=untried
  2148. fi
  2149. if test -n "$PKG_CONFIG"; then
  2150.     if test -n "$HAL_LIBS"; then
  2151.         pkg_cv_HAL_LIBS="$HAL_LIBS"
  2152.     else
  2153.         if test -n "$PKG_CONFIG" && 
  2154.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "hal >= 0.5.0""; } >&5
  2155.   ($PKG_CONFIG --exists --print-errors "hal >= 0.5.0") 2>&5
  2156.   ac_status=$?
  2157.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2158.   test $ac_status = 0; }; then
  2159.   pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal >= 0.5.0" 2>/dev/null`
  2160. else
  2161.   pkg_failed=yes
  2162. fi
  2163.     fi
  2164. else
  2165. pkg_failed=untried
  2166. fi
  2167. if test $pkg_failed = yes; then
  2168. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2169.         _pkg_short_errors_supported=yes
  2170. else
  2171.         _pkg_short_errors_supported=no
  2172. fi
  2173.         if test $_pkg_short_errors_supported = yes; then
  2174.         HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hal >= 0.5.0"`
  2175.         else
  2176.         HAL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hal >= 0.5.0"`
  2177.         fi
  2178. # Put the nasty error message in config.log where it belongs
  2179. echo "$HAL_PKG_ERRORS" >&5
  2180. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2181. $as_echo "no" >&6; }
  2182.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhal >= 0.5.0 was not found. Install libhal-dev ?" >&5
  2183. $as_echo "$as_me: WARNING: libhal >= 0.5.0 was not found. Install libhal-dev ?" >&2;}
  2184. elif test $pkg_failed = untried; then
  2185. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libhal >= 0.5.0 was not found. Install libhal-dev ?" >&5
  2186. $as_echo "$as_me: WARNING: libhal >= 0.5.0 was not found. Install libhal-dev ?" >&2;}
  2187. else
  2188. HAL_CFLAGS=$pkg_cv_HAL_CFLAGS
  2189. HAL_LIBS=$pkg_cv_HAL_LIBS
  2190.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2191. $as_echo "yes" >&6; }
  2192. $as_echo "#define HAVE_HAL 1" >>confdefs.h
  2193.   PLUGINS="${PLUGINS} hal"
  2194.   LTLIBhal="libhal_plugin.la"
  2195.   PLUGINS="${PLUGINS} probe_hal"
  2196.   LTLIBprobe_hal="libprobe_hal_plugin.la"
  2197.   for element in libvlccore hal probe_hal; do
  2198.     eval "LIBS_${element}="'"'"$HAL_LIBS "'$'"{LIBS_${element}} "'"'
  2199.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2200.   done
  2201.   for element in libvlccore hal probe_hal; do
  2202.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $HAL_CFLAGS"'"'
  2203.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2204.   done
  2205. fi
  2206. fi
  2207. # Check whether --enable-udev was given.
  2208. if test "${enable_udev+set}" = set; then :
  2209.   enableval=$enable_udev;
  2210. fi
  2211. if test "$enable_udev" != "no"; then :
  2212. pkg_failed=no
  2213. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5
  2214. $as_echo_n "checking for UDEV... " >&6; }
  2215. if test -n "$PKG_CONFIG"; then
  2216.     if test -n "$UDEV_CFLAGS"; then
  2217.         pkg_cv_UDEV_CFLAGS="$UDEV_CFLAGS"
  2218.     else
  2219.         if test -n "$PKG_CONFIG" && 
  2220.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libudev >= 142""; } >&5
  2221.   ($PKG_CONFIG --exists --print-errors "libudev >= 142") 2>&5
  2222.   ac_status=$?
  2223.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2224.   test $ac_status = 0; }; then
  2225.   pkg_cv_UDEV_CFLAGS=`$PKG_CONFIG --cflags "libudev >= 142" 2>/dev/null`
  2226. else
  2227.   pkg_failed=yes
  2228. fi
  2229.     fi
  2230. else
  2231. pkg_failed=untried
  2232. fi
  2233. if test -n "$PKG_CONFIG"; then
  2234.     if test -n "$UDEV_LIBS"; then
  2235.         pkg_cv_UDEV_LIBS="$UDEV_LIBS"
  2236.     else
  2237.         if test -n "$PKG_CONFIG" && 
  2238.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libudev >= 142""; } >&5
  2239.   ($PKG_CONFIG --exists --print-errors "libudev >= 142") 2>&5
  2240.   ac_status=$?
  2241.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2242.   test $ac_status = 0; }; then
  2243.   pkg_cv_UDEV_LIBS=`$PKG_CONFIG --libs "libudev >= 142" 2>/dev/null`
  2244. else
  2245.   pkg_failed=yes
  2246. fi
  2247.     fi
  2248. else
  2249. pkg_failed=untried
  2250. fi
  2251. if test $pkg_failed = yes; then
  2252. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2253.         _pkg_short_errors_supported=yes
  2254. else
  2255.         _pkg_short_errors_supported=no
  2256. fi
  2257.         if test $_pkg_short_errors_supported = yes; then
  2258.         UDEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libudev >= 142"`
  2259.         else
  2260.         UDEV_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libudev >= 142"`
  2261.         fi
  2262. # Put the nasty error message in config.log where it belongs
  2263. echo "$UDEV_PKG_ERRORS" >&5
  2264. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2265. $as_echo "no" >&6; }
  2266.     true
  2267. elif test $pkg_failed = untried; then
  2268.     true
  2269. else
  2270. UDEV_CFLAGS=$pkg_cv_UDEV_CFLAGS
  2271. UDEV_LIBS=$pkg_cv_UDEV_LIBS
  2272.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2273. $as_echo "yes" >&6; }
  2274.   PLUGINS="${PLUGINS} udev"
  2275.   LTLIBudev="libudev_plugin.la"
  2276.   for element in udev; do
  2277.     eval "LIBS_${element}="'"'"$UDEV_LIBS "'$'"{LIBS_${element}} "'"'
  2278.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2279.   done
  2280.   for element in udev; do
  2281.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $UDEV_CFLAGS"'"'
  2282.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2283.   done
  2284. fi
  2285. fi
  2286. # Check whether --enable-mtp was given.
  2287. if test "${enable_mtp+set}" = set; then :
  2288.   enableval=$enable_mtp;
  2289. fi
  2290. if test "${enable_mtp}" != "no" -a "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  2291. then
  2292. pkg_failed=no
  2293. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MTP" >&5
  2294. $as_echo_n "checking for MTP... " >&6; }
  2295. if test -n "$PKG_CONFIG"; then
  2296.     if test -n "$MTP_CFLAGS"; then
  2297.         pkg_cv_MTP_CFLAGS="$MTP_CFLAGS"
  2298.     else
  2299.         if test -n "$PKG_CONFIG" && 
  2300.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libmtp >= 0.3.0""; } >&5
  2301.   ($PKG_CONFIG --exists --print-errors "libmtp >= 0.3.0") 2>&5
  2302.   ac_status=$?
  2303.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2304.   test $ac_status = 0; }; then
  2305.   pkg_cv_MTP_CFLAGS=`$PKG_CONFIG --cflags "libmtp >= 0.3.0" 2>/dev/null`
  2306. else
  2307.   pkg_failed=yes
  2308. fi
  2309.     fi
  2310. else
  2311. pkg_failed=untried
  2312. fi
  2313. if test -n "$PKG_CONFIG"; then
  2314.     if test -n "$MTP_LIBS"; then
  2315.         pkg_cv_MTP_LIBS="$MTP_LIBS"
  2316.     else
  2317.         if test -n "$PKG_CONFIG" && 
  2318.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "libmtp >= 0.3.0""; } >&5
  2319.   ($PKG_CONFIG --exists --print-errors "libmtp >= 0.3.0") 2>&5
  2320.   ac_status=$?
  2321.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2322.   test $ac_status = 0; }; then
  2323.   pkg_cv_MTP_LIBS=`$PKG_CONFIG --libs "libmtp >= 0.3.0" 2>/dev/null`
  2324. else
  2325.   pkg_failed=yes
  2326. fi
  2327.     fi
  2328. else
  2329. pkg_failed=untried
  2330. fi
  2331. if test $pkg_failed = yes; then
  2332. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2333.         _pkg_short_errors_supported=yes
  2334. else
  2335.         _pkg_short_errors_supported=no
  2336. fi
  2337.         if test $_pkg_short_errors_supported = yes; then
  2338.         MTP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmtp >= 0.3.0"`
  2339.         else
  2340.         MTP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmtp >= 0.3.0"`
  2341.         fi
  2342. # Put the nasty error message in config.log where it belongs
  2343. echo "$MTP_PKG_ERRORS" >&5
  2344. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2345. $as_echo "no" >&6; }
  2346.                 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MTP library not found" >&5
  2347. $as_echo "$as_me: WARNING: MTP library not found" >&2;}
  2348. elif test $pkg_failed = untried; then
  2349. { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MTP library not found" >&5
  2350. $as_echo "$as_me: WARNING: MTP library not found" >&2;}
  2351. else
  2352. MTP_CFLAGS=$pkg_cv_MTP_CFLAGS
  2353. MTP_LIBS=$pkg_cv_MTP_LIBS
  2354.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2355. $as_echo "yes" >&6; }
  2356.   PLUGINS="${PLUGINS} mtp"
  2357.   LTLIBmtp="libmtp_plugin.la"
  2358.   PLUGINS="${PLUGINS} access_mtp"
  2359.   LTLIBaccess_mtp="libaccess_mtp_plugin.la"
  2360.   for element in mtp access_mtp; do
  2361.     eval "LIBS_${element}="'"'"$MTP_LIBS "'$'"{LIBS_${element}} "'"'
  2362.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2363.   done
  2364.   for element in mtp access_mtp; do
  2365.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $MTP_CFLAGS"'"'
  2366.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2367.   done
  2368. fi
  2369. fi
  2370. # Check whether --enable-dbus was given.
  2371. if test "${enable_dbus+set}" = set; then :
  2372.   enableval=$enable_dbus;
  2373. fi
  2374. case "${SYS}" in
  2375.     linux*|*bsd*)
  2376. if test "${enable_dbus}" != "no" -a "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"
  2377. then
  2378. pkg_failed=no
  2379. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS" >&5
  2380. $as_echo_n "checking for DBUS... " >&6; }
  2381. if test -n "$PKG_CONFIG"; then
  2382.     if test -n "$DBUS_CFLAGS"; then
  2383.         pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
  2384.     else
  2385.         if test -n "$PKG_CONFIG" && 
  2386.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0""; } >&5
  2387.   ($PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0") 2>&5
  2388.   ac_status=$?
  2389.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2390.   test $ac_status = 0; }; then
  2391.   pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= 1.0.0" 2>/dev/null`
  2392. else
  2393.   pkg_failed=yes
  2394. fi
  2395.     fi
  2396. else
  2397. pkg_failed=untried
  2398. fi
  2399. if test -n "$PKG_CONFIG"; then
  2400.     if test -n "$DBUS_LIBS"; then
  2401.         pkg_cv_DBUS_LIBS="$DBUS_LIBS"
  2402.     else
  2403.         if test -n "$PKG_CONFIG" && 
  2404.     { { $as_echo "$as_me:${as_lineno-$LINENO}: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0""; } >&5
  2405.   ($PKG_CONFIG --exists --print-errors "dbus-1 >= 1.0.0") 2>&5
  2406.   ac_status=$?
  2407.   $as_echo "$as_me:${as_lineno-$LINENO}: $? = $ac_status" >&5
  2408.   test $ac_status = 0; }; then
  2409.   pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 >= 1.0.0" 2>/dev/null`
  2410. else
  2411.   pkg_failed=yes
  2412. fi
  2413.     fi
  2414. else
  2415. pkg_failed=untried
  2416. fi
  2417. if test $pkg_failed = yes; then
  2418. if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
  2419.         _pkg_short_errors_supported=yes
  2420. else
  2421.         _pkg_short_errors_supported=no
  2422. fi
  2423.         if test $_pkg_short_errors_supported = yes; then
  2424.         DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-1 >= 1.0.0"`
  2425.         else
  2426.         DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 >= 1.0.0"`
  2427.         fi
  2428. # Put the nasty error message in config.log where it belongs
  2429. echo "$DBUS_PKG_ERRORS" >&5
  2430. { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  2431. $as_echo "no" >&6; }
  2432.                 as_fn_error "Couldn't find DBus >= 1.0.0, install libdbus-dev ?" "$LINENO" 5
  2433. elif test $pkg_failed = untried; then
  2434. as_fn_error "Couldn't find DBus >= 1.0.0, install libdbus-dev ?" "$LINENO" 5
  2435. else
  2436. DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
  2437. DBUS_LIBS=$pkg_cv_DBUS_LIBS
  2438.         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2439. $as_echo "yes" >&6; }
  2440. $as_echo "#define HAVE_DBUS 1" >>confdefs.h
  2441.   for element in screensaver libvlccore; do
  2442.     eval "LIBS_${element}="'"'"$DBUS_LIBS "'$'"{LIBS_${element}} "'"'
  2443.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2444.   done
  2445.   for element in screensaver libvlccore; do
  2446.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $DBUS_CFLAGS"'"'
  2447.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2448.   done
  2449.               # Check whether --enable-dbus-control was given.
  2450. if test "${enable_dbus_control+set}" = set; then :
  2451.   enableval=$enable_dbus_control;
  2452. fi
  2453.         if test "${enable_dbus_control}" != "no"
  2454.         then
  2455.   PLUGINS="${PLUGINS} dbus"
  2456.   LTLIBdbus="libdbus_plugin.la"
  2457.   for element in dbus; do
  2458.     eval "LIBS_${element}="'"'"$DBUS_LIBS "'$'"{LIBS_${element}} "'"'
  2459.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2460.   done
  2461.   for element in dbus; do
  2462.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $DBUS_CFLAGS"'"'
  2463.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2464.   done
  2465.         fi
  2466.               # Check whether --enable-telepathy was given.
  2467. if test "${enable_telepathy+set}" = set; then :
  2468.   enableval=$enable_telepathy;
  2469. fi
  2470.         if test "${enable_telepathy}" != "no"; then
  2471.   PLUGINS="${PLUGINS} telepathy"
  2472.   LTLIBtelepathy="libtelepathy_plugin.la"
  2473.   for element in telepathy; do
  2474.     eval "LIBS_${element}="'"'"$DBUS_LIBS "'$'"{LIBS_${element}} "'"'
  2475.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2476.   done
  2477.   for element in telepathy; do
  2478.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $DBUS_CFLAGS"'"'
  2479.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2480.   done
  2481.         fi
  2482.   PLUGINS="${PLUGINS} inhibit"
  2483.   LTLIBinhibit="libinhibit_plugin.la"
  2484.   for element in inhibit; do
  2485.     eval "LIBS_${element}="'"'"$DBUS_LIBS "'$'"{LIBS_${element}} "'"'
  2486.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  2487.   done
  2488.   for element in inhibit; do
  2489.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} $DBUS_CFLAGS"'"'
  2490.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  2491.   done
  2492. fi
  2493. fi
  2494. ;;
  2495. esac
  2496. NEED_GTK_MAIN=no
  2497. NEED_GNOME_MAIN=no
  2498. NEED_GTK2_MAIN=no
  2499. NEED_GNOME2_MAIN=no
  2500. NEED_QTE_MAIN=no
  2501. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ntohl in sys/param.h" >&5
  2502. $as_echo_n "checking for ntohl in sys/param.h... " >&6; }
  2503. if test "${ac_cv_c_ntohl_sys_param_h+set}" = set; then :
  2504.   $as_echo_n "(cached) " >&6
  2505. else
  2506.   CFLAGS="${CFLAGS_save} -Wall -Werror"
  2507.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2508. /* end confdefs.h.  */
  2509. #include <sys/param.h>
  2510. int
  2511. main ()
  2512. {
  2513. int meuh; ntohl(meuh);
  2514.   ;
  2515.   return 0;
  2516. }
  2517. _ACEOF
  2518. if ac_fn_c_try_compile "$LINENO"; then :
  2519.   ac_cv_c_ntohl_sys_param_h=yes
  2520. else
  2521.   ac_cv_c_ntohl_sys_param_h=no
  2522. fi
  2523. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2524. fi
  2525. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ntohl_sys_param_h" >&5
  2526. $as_echo "$ac_cv_c_ntohl_sys_param_h" >&6; }
  2527. if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
  2528. $as_echo "#define NTOHL_IN_SYS_PARAM_H 1" >>confdefs.h
  2529. fi
  2530. CFLAGS="${CFLAGS_save}"
  2531.  for a in all extra sign-compare undef pointer-arith bad-function-cast cast-align write-strings missing-prototypes volatile-register-var error-implicit-function-declaration; do
  2532.   CFLAGS_save="${CFLAGS}"
  2533.   as_ac_var=`echo "ac_cv_prog_cc_flags_-W$a" | $as_tr_sh`
  2534.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -W$a" >&5
  2535. $as_echo_n "checking if $CC accepts -W$a... " >&6; }
  2536. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then :
  2537.   $as_echo_n "(cached) " >&6
  2538. else
  2539.     CFLAGS="${CFLAGS} -W$a"
  2540.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2541. /* end confdefs.h.  */
  2542. int
  2543. main ()
  2544. {
  2545.   ;
  2546.   return 0;
  2547. }
  2548. _ACEOF
  2549. if ac_fn_c_try_compile "$LINENO"; then :
  2550.       eval "$as_ac_var=yes"
  2551. else
  2552.       eval "$as_ac_var=no"
  2553. fi
  2554. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2555. fi
  2556. eval ac_res=$$as_ac_var
  2557.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2558. $as_echo "$ac_res" >&6; }
  2559.   ac_res=`eval echo '${'$as_ac_var'}'`
  2560.   if test "${ac_res}" != "no"; then :
  2561.     CFLAGS="${CFLAGS_save} -W$a"
  2562. else
  2563.     CFLAGS="${CFLAGS_save}"
  2564. fi
  2565.   done
  2566.   CFLAGS_save="${CFLAGS}"
  2567.   as_ac_var=`echo "ac_cv_prog_cc_flags_-pipe" | $as_tr_sh`
  2568.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -pipe" >&5
  2569. $as_echo_n "checking if $CC accepts -pipe... " >&6; }
  2570. if { as_var=$as_ac_var; eval "test "${$as_var+set}" = set"; }; then :
  2571.   $as_echo_n "(cached) " >&6
  2572. else
  2573.     CFLAGS="${CFLAGS} -pipe"
  2574.     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2575. /* end confdefs.h.  */
  2576. int
  2577. main ()
  2578. {
  2579.   ;
  2580.   return 0;
  2581. }
  2582. _ACEOF
  2583. if ac_fn_c_try_compile "$LINENO"; then :
  2584.       eval "$as_ac_var=yes"
  2585. else
  2586.       eval "$as_ac_var=no"
  2587. fi
  2588. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2589. fi
  2590. eval ac_res=$$as_ac_var
  2591.        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2592. $as_echo "$ac_res" >&6; }
  2593.   ac_res=`eval echo '${'$as_ac_var'}'`
  2594.   if test "${ac_res}" != "no"; then :
  2595.     CFLAGS="${CFLAGS_save} -pipe"
  2596. else
  2597.     CFLAGS="${CFLAGS_save}"
  2598. fi
  2599. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -Os" >&5
  2600. $as_echo_n "checking if $CC accepts -Os... " >&6; }
  2601. if test "${ac_cv_c_os+set}" = set; then :
  2602.   $as_echo_n "(cached) " >&6
  2603. else
  2604.   CFLAGS="${CFLAGS_save} -Os"
  2605.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2606. /* end confdefs.h.  */
  2607. int
  2608. main ()
  2609. {
  2610.   ;
  2611.   return 0;
  2612. }
  2613. _ACEOF
  2614. if ac_fn_c_try_compile "$LINENO"; then :
  2615.   ac_cv_c_os=yes
  2616. else
  2617.   ac_cv_c_os=no
  2618. fi
  2619. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2620. fi
  2621. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_os" >&5
  2622. $as_echo "$ac_cv_c_os" >&6; }
  2623. if test "${ac_cv_c_os}" != "no"; then
  2624.     CFLAGS_OPTIM_SIZE="${CFLAGS_OPTIM_SIZE} -Os"
  2625. else
  2626.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O" >&5
  2627. $as_echo_n "checking if $CC accepts -O... " >&6; }
  2628. if test "${ac_cv_c_o+set}" = set; then :
  2629.   $as_echo_n "(cached) " >&6
  2630. else
  2631.   CFLAGS="${CFLAGS_save} -O"
  2632.          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2633. /* end confdefs.h.  */
  2634. int
  2635. main ()
  2636. {
  2637.   ;
  2638.   return 0;
  2639. }
  2640. _ACEOF
  2641. if ac_fn_c_try_compile "$LINENO"; then :
  2642.   ac_cv_c_o=yes
  2643. else
  2644.   ac_cv_c_o=no
  2645. fi
  2646. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2647. fi
  2648. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o" >&5
  2649. $as_echo "$ac_cv_c_o" >&6; }
  2650.     if test "${ac_cv_c_o}" != "no"; then
  2651.         if test "${ac_cv_c_o3}" = "no"; then
  2652.             CFLAGS_OPTIM_SIZE="${CFLAGS_OPTIM_SIZE} -O"
  2653.         fi
  2654.     fi
  2655. fi
  2656. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O4" >&5
  2657. $as_echo_n "checking if $CC accepts -O4... " >&6; }
  2658. if test "${ac_cv_c_o4+set}" = set; then :
  2659.   $as_echo_n "(cached) " >&6
  2660. else
  2661.   CFLAGS="${CFLAGS_save} -O4"
  2662.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2663. /* end confdefs.h.  */
  2664. int
  2665. main ()
  2666. {
  2667.   ;
  2668.   return 0;
  2669. }
  2670. _ACEOF
  2671. if ac_fn_c_try_compile "$LINENO"; then :
  2672.   ac_cv_c_o4=yes
  2673. else
  2674.   ac_cv_c_o4=no
  2675. fi
  2676. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2677. fi
  2678. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o4" >&5
  2679. $as_echo "$ac_cv_c_o4" >&6; }
  2680. if test "${ac_cv_c_o4}" != "no" -a "x${enable_debug}" = "xno"; then
  2681.     CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -O4"
  2682. else
  2683.     { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O3" >&5
  2684. $as_echo_n "checking if $CC accepts -O3... " >&6; }
  2685. if test "${ac_cv_c_o3+set}" = set; then :
  2686.   $as_echo_n "(cached) " >&6
  2687. else
  2688.   CFLAGS="${CFLAGS_save} -O3"
  2689.          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2690. /* end confdefs.h.  */
  2691. int
  2692. main ()
  2693. {
  2694.   ;
  2695.   return 0;
  2696. }
  2697. _ACEOF
  2698. if ac_fn_c_try_compile "$LINENO"; then :
  2699.   ac_cv_c_o3=yes
  2700. else
  2701.   ac_cv_c_o3=no
  2702. fi
  2703. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2704. fi
  2705. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o3" >&5
  2706. $as_echo "$ac_cv_c_o3" >&6; }
  2707.     if test "${ac_cv_c_o3}" != "no" -a "x${enable_debug}" = "xno"; then
  2708.         CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -O3"
  2709.     else
  2710.         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O2" >&5
  2711. $as_echo_n "checking if $CC accepts -O2... " >&6; }
  2712. if test "${ac_cv_c_o2+set}" = set; then :
  2713.   $as_echo_n "(cached) " >&6
  2714. else
  2715.   CFLAGS="${CFLAGS_save} -O2"
  2716.              cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2717. /* end confdefs.h.  */
  2718. int
  2719. main ()
  2720. {
  2721.   ;
  2722.   return 0;
  2723. }
  2724. _ACEOF
  2725. if ac_fn_c_try_compile "$LINENO"; then :
  2726.   ac_cv_c_o2=yes
  2727. else
  2728.   ac_cv_c_o2=no
  2729. fi
  2730. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2731. fi
  2732. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o2" >&5
  2733. $as_echo "$ac_cv_c_o2" >&6; }
  2734.         if test "${ac_cv_c_o2}" != "no"; then
  2735.             CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -O2"
  2736.         else
  2737.             { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O" >&5
  2738. $as_echo_n "checking if $CC accepts -O... " >&6; }
  2739. if test "${ac_cv_c_o+set}" = set; then :
  2740.   $as_echo_n "(cached) " >&6
  2741. else
  2742.   CFLAGS="${CFLAGS_save} -O"
  2743.                  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2744. /* end confdefs.h.  */
  2745. int
  2746. main ()
  2747. {
  2748.   ;
  2749.   return 0;
  2750. }
  2751. _ACEOF
  2752. if ac_fn_c_try_compile "$LINENO"; then :
  2753.   ac_cv_c_o=yes
  2754. else
  2755.   ac_cv_c_o=no
  2756. fi
  2757. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2758. fi
  2759. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o" >&5
  2760. $as_echo "$ac_cv_c_o" >&6; }
  2761.             if test "${ac_cv_c_o}" != "no"; then
  2762.                 CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -O"
  2763.             fi
  2764.         fi
  2765.     fi
  2766. fi
  2767. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -O0" >&5
  2768. $as_echo_n "checking if $CC accepts -O0... " >&6; }
  2769. if test "${ac_cv_c_o0+set}" = set; then :
  2770.   $as_echo_n "(cached) " >&6
  2771. else
  2772.   CFLAGS="${CFLAGS_save} -O0"
  2773.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2774. /* end confdefs.h.  */
  2775. int
  2776. main ()
  2777. {
  2778.   ;
  2779.   return 0;
  2780. }
  2781. _ACEOF
  2782. if ac_fn_c_try_compile "$LINENO"; then :
  2783.   ac_cv_c_o0=yes
  2784. else
  2785.   ac_cv_c_o0=no
  2786. fi
  2787. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2788. fi
  2789. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_o0" >&5
  2790. $as_echo "$ac_cv_c_o0" >&6; }
  2791. if test "${ac_cv_c_o0}" != "no"; then
  2792.     CFLAGS_NOOPTIM="${CFLAGS_NOOPTIM} -O0"
  2793. fi
  2794. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -ffast-math" >&5
  2795. $as_echo_n "checking if $CC accepts -ffast-math... " >&6; }
  2796. if test "${ac_cv_c_fast_math+set}" = set; then :
  2797.   $as_echo_n "(cached) " >&6
  2798. else
  2799.   CFLAGS="${CFLAGS_save} -ffast-math"
  2800.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2801. /* end confdefs.h.  */
  2802. int
  2803. main ()
  2804. {
  2805.   ;
  2806.   return 0;
  2807. }
  2808. _ACEOF
  2809. if ac_fn_c_try_compile "$LINENO"; then :
  2810.   ac_cv_c_fast_math=yes
  2811. else
  2812.   ac_cv_c_fast_math=no
  2813. fi
  2814. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2815. fi
  2816. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fast_math" >&5
  2817. $as_echo "$ac_cv_c_fast_math" >&6; }
  2818. if test "${ac_cv_c_fast_math}" != "no"; then
  2819.     CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -ffast-math"
  2820. fi
  2821. if test "${SYS}" != "beos"
  2822. then
  2823.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -funroll-loops" >&5
  2824. $as_echo_n "checking if $CC accepts -funroll-loops... " >&6; }
  2825. if test "${ac_cv_c_unroll_loops+set}" = set; then :
  2826.   $as_echo_n "(cached) " >&6
  2827. else
  2828.   CFLAGS="${CFLAGS_save} -funroll-loops"
  2829.        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2830. /* end confdefs.h.  */
  2831. int
  2832. main ()
  2833. {
  2834.   ;
  2835.   return 0;
  2836. }
  2837. _ACEOF
  2838. if ac_fn_c_try_compile "$LINENO"; then :
  2839.   ac_cv_c_unroll_loops=yes
  2840. else
  2841.   ac_cv_c_unroll_loops=no
  2842. fi
  2843. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2844. fi
  2845. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_unroll_loops" >&5
  2846. $as_echo "$ac_cv_c_unroll_loops" >&6; }
  2847.   if test "${ac_cv_c_unroll_loops}" != "no"; then
  2848.       CFLAGS_OPTIM_SPEED="${CFLAGS_OPTIM_SPEED} -funroll-loops"
  2849.   fi
  2850. fi
  2851. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -fomit-frame-pointer" >&5
  2852. $as_echo_n "checking if $CC accepts -fomit-frame-pointer... " >&6; }
  2853. if test "${ac_cv_c_omit_frame_pointer+set}" = set; then :
  2854.   $as_echo_n "(cached) " >&6
  2855. else
  2856.   CFLAGS="${CFLAGS_save} -fomit-frame-pointer"
  2857.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2858. /* end confdefs.h.  */
  2859. int
  2860. main ()
  2861. {
  2862.   ;
  2863.   return 0;
  2864. }
  2865. _ACEOF
  2866. if ac_fn_c_try_compile "$LINENO"; then :
  2867.   ac_cv_c_omit_frame_pointer=yes
  2868. else
  2869.   ac_cv_c_omit_frame_pointer=no
  2870. fi
  2871. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2872. fi
  2873. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_omit_frame_pointer" >&5
  2874. $as_echo "$ac_cv_c_omit_frame_pointer" >&6; }
  2875. if test "${ac_cv_c_omit_frame_pointer}" != "no"; then
  2876.  if test "${SYS}" != "darwin"; then
  2877.     CFLAGS_OPTIM_NODEBUG="${CFLAGS_OPTIM_NODEBUG} -fomit-frame-pointer"
  2878.  else
  2879.         CFLAGS_OPTIM_NODEBUG="${CFLAGS_OPTIM_NODEBUG} -fno-omit-frame-pointer"
  2880.  fi
  2881. fi
  2882. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC accepts -bundle -undefined error" >&5
  2883. $as_echo_n "checking if $CC accepts -bundle -undefined error... " >&6; }
  2884. if test "${ac_cv_ld_darwin+set}" = set; then :
  2885.   $as_echo_n "(cached) " >&6
  2886. else
  2887.   CFLAGS="${CFLAGS_save} -bundle -undefined error"
  2888.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2889. /* end confdefs.h.  */
  2890. int
  2891. main ()
  2892. {
  2893.   ;
  2894.   return 0;
  2895. }
  2896. _ACEOF
  2897. if ac_fn_c_try_compile "$LINENO"; then :
  2898.   ac_cv_ld_darwin=yes
  2899. else
  2900.   ac_cv_ld_darwin=no
  2901. fi
  2902. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2903. fi
  2904. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_ld_darwin" >&5
  2905. $as_echo "$ac_cv_ld_darwin" >&6; }
  2906. if test "${ac_cv_ld_darwin}" != "no"; then
  2907.   for element in plugin; do
  2908.     eval "LDFLAGS_${element}="'"'"-bundle -undefined error "'$'"{LDFLAGS_${element}} "'"'
  2909.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  2910.   done
  2911. fi
  2912. { $as_echo "$as_me:${as_lineno-$LINENO}: checking __attribute__ ((aligned ())) support" >&5
  2913. $as_echo_n "checking __attribute__ ((aligned ())) support... " >&6; }
  2914. if test "${ac_cv_c_attribute_aligned+set}" = set; then :
  2915.   $as_echo_n "(cached) " >&6
  2916. else
  2917.   ac_cv_c_attribute_aligned=0
  2918.         CFLAGS="${CFLAGS_save} -Werror"
  2919.     for ac_cv_c_attr_align_try in 2 4 8 16 32 64; do
  2920.         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2921. /* end confdefs.h.  */
  2922. int
  2923. main ()
  2924. {
  2925. static char c __attribute__ ((aligned(${ac_cv_c_attr_align_try}))) = 0; return c;
  2926.   ;
  2927.   return 0;
  2928. }
  2929. _ACEOF
  2930. if ac_fn_c_try_compile "$LINENO"; then :
  2931.   ac_cv_c_attribute_aligned="${ac_cv_c_attr_align_try}"
  2932. fi
  2933. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2934.     done
  2935.         CFLAGS="${CFLAGS_save}"
  2936. fi
  2937. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_attribute_aligned" >&5
  2938. $as_echo "$ac_cv_c_attribute_aligned" >&6; }
  2939. if test "${ac_cv_c_attribute_aligned}" != "0"; then
  2940. cat >>confdefs.h <<_ACEOF
  2941. #define ATTRIBUTE_ALIGNED_MAX ${ac_cv_c_attribute_aligned}
  2942. _ACEOF
  2943. fi
  2944. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __attribute__((packed))" >&5
  2945. $as_echo_n "checking for __attribute__((packed))... " >&6; }
  2946. if test "${ac_cv_c_attribute_packed+set}" = set; then :
  2947.   $as_echo_n "(cached) " >&6
  2948. else
  2949.   ac_cv_c_attribute_packed=no
  2950.    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2951. /* end confdefs.h.  */
  2952. int
  2953. main ()
  2954. {
  2955. struct __attribute__((__packed__)) foo { int a; } b;
  2956.   ;
  2957.   return 0;
  2958. }
  2959. _ACEOF
  2960. if ac_fn_c_try_compile "$LINENO"; then :
  2961.   ac_cv_c_attribute_packed=yes
  2962. fi
  2963. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2964. fi
  2965. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_attribute_packed" >&5
  2966. $as_echo "$ac_cv_c_attribute_packed" >&6; }
  2967. if test "${ac_cv_c_attribute_packed}" != "no"; then
  2968. $as_echo "#define HAVE_ATTRIBUTE_PACKED 1" >>confdefs.h
  2969. fi
  2970. case "${host_cpu}" in
  2971.   "")
  2972.     ARCH=unknown
  2973.     ;;
  2974.   *)
  2975.     ARCH="${host_cpu}"
  2976.     ;;
  2977. esac
  2978. for ac_header in execinfo.h
  2979. do :
  2980.   ac_fn_c_check_header_mongrel "$LINENO" "execinfo.h" "ac_cv_header_execinfo_h" "$ac_includes_default"
  2981. if test "x$ac_cv_header_execinfo_h" = x""yes; then :
  2982.   cat >>confdefs.h <<_ACEOF
  2983. #define HAVE_EXECINFO_H 1
  2984. _ACEOF
  2985. fi
  2986. done
  2987. for ac_func in backtrace
  2988. do :
  2989.   ac_fn_c_check_func "$LINENO" "backtrace" "ac_cv_func_backtrace"
  2990. if test "x$ac_cv_func_backtrace" = x""yes; then :
  2991.   cat >>confdefs.h <<_ACEOF
  2992. #define HAVE_BACKTRACE 1
  2993. _ACEOF
  2994. fi
  2995. done
  2996. # Check whether --enable-gprof was given.
  2997. if test "${enable_gprof+set}" = set; then :
  2998.   enableval=$enable_gprof;
  2999. fi
  3000. # Check whether --enable-cprof was given.
  3001. if test "${enable_cprof+set}" = set; then :
  3002.   enableval=$enable_cprof;
  3003. fi
  3004. test "${enable_gprof}" != "yes" && enable_gprof="no"
  3005. test "${enable_cprof}" != "yes" && enable_cprof="no"
  3006.   PLUGINS="${PLUGINS} deinterlace"
  3007.   LTLIBdeinterlace="libdeinterlace_plugin.la"
  3008.   PLUGINS="${PLUGINS} yuvp"
  3009.   LTLIByuvp="libyuvp_plugin.la"
  3010.   PLUGINS="${PLUGINS} invert"
  3011.   LTLIBinvert="libinvert_plugin.la"
  3012.   PLUGINS="${PLUGINS} adjust"
  3013.   LTLIBadjust="libadjust_plugin.la"
  3014.   PLUGINS="${PLUGINS} transform"
  3015.   LTLIBtransform="libtransform_plugin.la"
  3016.   PLUGINS="${PLUGINS} wave"
  3017.   LTLIBwave="libwave_plugin.la"
  3018.   PLUGINS="${PLUGINS} ripple"
  3019.   LTLIBripple="libripple_plugin.la"
  3020.   PLUGINS="${PLUGINS} psychedelic"
  3021.   LTLIBpsychedelic="libpsychedelic_plugin.la"
  3022.   PLUGINS="${PLUGINS} gradient"
  3023.   LTLIBgradient="libgradient_plugin.la"
  3024.   PLUGINS="${PLUGINS} motionblur"
  3025.   LTLIBmotionblur="libmotionblur_plugin.la"
  3026.   PLUGINS="${PLUGINS} rv32"
  3027.   LTLIBrv32="librv32_plugin.la"
  3028.   PLUGINS="${PLUGINS} rotate"
  3029.   LTLIBrotate="librotate_plugin.la"
  3030.   PLUGINS="${PLUGINS} noise"
  3031.   LTLIBnoise="libnoise_plugin.la"
  3032.   PLUGINS="${PLUGINS} grain"
  3033.   LTLIBgrain="libgrain_plugin.la"
  3034.   PLUGINS="${PLUGINS} extract"
  3035.   LTLIBextract="libextract_plugin.la"
  3036.   PLUGINS="${PLUGINS} sharpen"
  3037.   LTLIBsharpen="libsharpen_plugin.la"
  3038.   PLUGINS="${PLUGINS} croppadd"
  3039.   LTLIBcroppadd="libcroppadd_plugin.la"
  3040.   PLUGINS="${PLUGINS} canvas"
  3041.   LTLIBcanvas="libcanvas_plugin.la"
  3042.   PLUGINS="${PLUGINS} blendbench"
  3043.   LTLIBblendbench="libblendbench_plugin.la"
  3044.   PLUGINS="${PLUGINS} blend"
  3045.   LTLIBblend="libblend_plugin.la"
  3046.   PLUGINS="${PLUGINS} scale"
  3047.   LTLIBscale="libscale_plugin.la"
  3048.   PLUGINS="${PLUGINS} vmem"
  3049.   LTLIBvmem="libvmem_plugin.la"
  3050.   PLUGINS="${PLUGINS} logo"
  3051.   LTLIBlogo="liblogo_plugin.la"
  3052.   PLUGINS="${PLUGINS} magnify"
  3053.   LTLIBmagnify="libmagnify_plugin.la"
  3054.   PLUGINS="${PLUGINS} puzzle"
  3055.   LTLIBpuzzle="libpuzzle_plugin.la"
  3056.   PLUGINS="${PLUGINS} colorthres"
  3057.   LTLIBcolorthres="libcolorthres_plugin.la"
  3058.   PLUGINS="${PLUGINS} scene"
  3059.   LTLIBscene="libscene_plugin.la"
  3060.   PLUGINS="${PLUGINS} yuv"
  3061.   LTLIByuv="libyuv_plugin.la"
  3062. ALIASES="${ALIASES} cvlc"
  3063. ac_ext=cpp
  3064. ac_cpp='$CXXCPP $CPPFLAGS'
  3065. ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3066. ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3067. ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  3068.   PLUGINS="${PLUGINS} spatializer"
  3069.   LTLIBspatializer="libspatializer_plugin.la"
  3070. ac_ext=c
  3071. ac_cpp='$CPP $CPPFLAGS'
  3072. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  3073. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  3074. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  3075. if test "${SYS}" != "mingwce"; then
  3076.   PLUGINS="${PLUGINS} gestures"
  3077.   LTLIBgestures="libgestures_plugin.la"
  3078.   PLUGINS="${PLUGINS} rc"
  3079.   LTLIBrc="librc_plugin.la"
  3080.   PLUGINS="${PLUGINS} hotkeys"
  3081.   LTLIBhotkeys="libhotkeys_plugin.la"
  3082.   PLUGINS="${PLUGINS} showintf"
  3083.   LTLIBshowintf="libshowintf_plugin.la"
  3084.   PLUGINS="${PLUGINS} marq"
  3085.   LTLIBmarq="libmarq_plugin.la"
  3086.   PLUGINS="${PLUGINS} podcast"
  3087.   LTLIBpodcast="libpodcast_plugin.la"
  3088.   PLUGINS="${PLUGINS} shout"
  3089.   LTLIBshout="libshout_plugin.la"
  3090.   PLUGINS="${PLUGINS} sap"
  3091.   LTLIBsap="libsap_plugin.la"
  3092.   PLUGINS="${PLUGINS} fake"
  3093.   LTLIBfake="libfake_plugin.la"
  3094.   PLUGINS="${PLUGINS} folder"
  3095.   LTLIBfolder="libfolder_plugin.la"
  3096.   PLUGINS="${PLUGINS} rss"
  3097.   LTLIBrss="librss_plugin.la"
  3098.   PLUGINS="${PLUGINS} mosaic"
  3099.   LTLIBmosaic="libmosaic_plugin.la"
  3100.   PLUGINS="${PLUGINS} wall"
  3101.   LTLIBwall="libwall_plugin.la"
  3102.   PLUGINS="${PLUGINS} motiondetect"
  3103.   LTLIBmotiondetect="libmotiondetect_plugin.la"
  3104.   PLUGINS="${PLUGINS} clone"
  3105.   LTLIBclone="libclone_plugin.la"
  3106.   PLUGINS="${PLUGINS} crop"
  3107.   LTLIBcrop="libcrop_plugin.la"
  3108.   PLUGINS="${PLUGINS} erase"
  3109.   LTLIBerase="liberase_plugin.la"
  3110.   PLUGINS="${PLUGINS} bluescreen"
  3111.   LTLIBbluescreen="libbluescreen_plugin.la"
  3112.   PLUGINS="${PLUGINS} alphamask"
  3113.   LTLIBalphamask="libalphamask_plugin.la"
  3114.   PLUGINS="${PLUGINS} gaussianblur"
  3115.   LTLIBgaussianblur="libgaussianblur_plugin.la"
  3116.   PLUGINS="${PLUGINS} i420_yuy2"
  3117.   LTLIBi420_yuy2="libi420_yuy2_plugin.la"
  3118.   PLUGINS="${PLUGINS} i422_yuy2"
  3119.   LTLIBi422_yuy2="libi422_yuy2_plugin.la"
  3120.   PLUGINS="${PLUGINS} i420_ymga"
  3121.   LTLIBi420_ymga="libi420_ymga_plugin.la"
  3122.   PLUGINS="${PLUGINS} i422_i420"
  3123.   LTLIBi422_i420="libi422_i420_plugin.la"
  3124.   PLUGINS="${PLUGINS} yuy2_i422"
  3125.   LTLIByuy2_i422="libyuy2_i422_plugin.la"
  3126.   PLUGINS="${PLUGINS} yuy2_i420"
  3127.   LTLIByuy2_i420="libyuy2_i420_plugin.la"
  3128.   PLUGINS="${PLUGINS} chain"
  3129.   LTLIBchain="libchain_plugin.la"
  3130.   PLUGINS="${PLUGINS} aout_file"
  3131.   LTLIBaout_file="libaout_file_plugin.la"
  3132.   PLUGINS="${PLUGINS} linear_resampler"
  3133.   LTLIBlinear_resampler="liblinear_resampler_plugin.la"
  3134.   PLUGINS="${PLUGINS} bandlimited_resampler"
  3135.   LTLIBbandlimited_resampler="libbandlimited_resampler_plugin.la"
  3136.   PLUGINS="${PLUGINS} float32_mixer"
  3137.   LTLIBfloat32_mixer="libfloat32_mixer_plugin.la"
  3138.   PLUGINS="${PLUGINS} spdif_mixer"
  3139.   LTLIBspdif_mixer="libspdif_mixer_plugin.la"
  3140.   PLUGINS="${PLUGINS} simple_channel_mixer"
  3141.   LTLIBsimple_channel_mixer="libsimple_channel_mixer_plugin.la"
  3142.   PLUGINS="${PLUGINS} dolby_surround_decoder"
  3143.   LTLIBdolby_surround_decoder="libdolby_surround_decoder_plugin.la"
  3144.   PLUGINS="${PLUGINS} headphone_channel_mixer"
  3145.   LTLIBheadphone_channel_mixer="libheadphone_channel_mixer_plugin.la"
  3146.   PLUGINS="${PLUGINS} normvol"
  3147.   LTLIBnormvol="libnormvol_plugin.la"
  3148.   PLUGINS="${PLUGINS} equalizer"
  3149.   LTLIBequalizer="libequalizer_plugin.la"
  3150.   PLUGINS="${PLUGINS} param_eq"
  3151.   LTLIBparam_eq="libparam_eq_plugin.la"
  3152.   PLUGINS="${PLUGINS} scaletempo"
  3153.   LTLIBscaletempo="libscaletempo_plugin.la"
  3154.   PLUGINS="${PLUGINS} converter_float"
  3155.   LTLIBconverter_float="libconverter_float_plugin.la"
  3156.   PLUGINS="${PLUGINS} a52tospdif"
  3157.   LTLIBa52tospdif="liba52tospdif_plugin.la"
  3158.   PLUGINS="${PLUGINS} dtstospdif"
  3159.   LTLIBdtstospdif="libdtstospdif_plugin.la"
  3160.   PLUGINS="${PLUGINS} audio_format"
  3161.   LTLIBaudio_format="libaudio_format_plugin.la"
  3162.   ALIASES="${ALIASES} rvlc"
  3163. fi
  3164. if test "${SYS}" = "mingwce"; then
  3165.   PLUGINS="${PLUGINS} chain"
  3166.   LTLIBchain="libchain_plugin.la"
  3167.   PLUGINS="${PLUGINS} aout_file"
  3168.   LTLIBaout_file="libaout_file_plugin.la"
  3169.   PLUGINS="${PLUGINS} linear_resampler"
  3170.   LTLIBlinear_resampler="liblinear_resampler_plugin.la"
  3171.   PLUGINS="${PLUGINS} bandlimited_resampler"
  3172.   LTLIBbandlimited_resampler="libbandlimited_resampler_plugin.la"
  3173.   PLUGINS="${PLUGINS} float32_mixer"
  3174.   LTLIBfloat32_mixer="libfloat32_mixer_plugin.la"
  3175.   PLUGINS="${PLUGINS} spdif_mixer"
  3176.   LTLIBspdif_mixer="libspdif_mixer_plugin.la"
  3177.   PLUGINS="${PLUGINS} simple_channel_mixer"
  3178.   LTLIBsimple_channel_mixer="libsimple_channel_mixer_plugin.la"
  3179.   PLUGINS="${PLUGINS} headphone_channel_mixer"
  3180.   LTLIBheadphone_channel_mixer="libheadphone_channel_mixer_plugin.la"
  3181.   PLUGINS="${PLUGINS} normvol"
  3182.   LTLIBnormvol="libnormvol_plugin.la"
  3183.   PLUGINS="${PLUGINS} converter_float"
  3184.   LTLIBconverter_float="libconverter_float_plugin.la"
  3185.   PLUGINS="${PLUGINS} a52tospdif"
  3186.   LTLIBa52tospdif="liba52tospdif_plugin.la"
  3187.   PLUGINS="${PLUGINS} dtstospdif"
  3188.   LTLIBdtstospdif="libdtstospdif_plugin.la"
  3189.   PLUGINS="${PLUGINS} audio_format"
  3190.   LTLIBaudio_format="libaudio_format_plugin.la"
  3191.   PLUGINS="${PLUGINS} i420_yuy2"
  3192.   LTLIBi420_yuy2="libi420_yuy2_plugin.la"
  3193.   PLUGINS="${PLUGINS} i422_yuy2"
  3194.   LTLIBi422_yuy2="libi422_yuy2_plugin.la"
  3195.   PLUGINS="${PLUGINS} i420_ymga"
  3196.   LTLIBi420_ymga="libi420_ymga_plugin.la"
  3197.   PLUGINS="${PLUGINS} i422_i420"
  3198.   LTLIBi422_i420="libi422_i420_plugin.la"
  3199.   PLUGINS="${PLUGINS} yuy2_i422"
  3200.   LTLIByuy2_i422="libyuy2_i422_plugin.la"
  3201.   PLUGINS="${PLUGINS} yuy2_i420"
  3202.   LTLIByuy2_i420="libyuy2_i420_plugin.la"
  3203. fi
  3204. if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
  3205.   PLUGINS="${PLUGINS} screensaver"
  3206.   LTLIBscreensaver="libscreensaver_plugin.la"
  3207.   PLUGINS="${PLUGINS} motion"
  3208.   LTLIBmotion="libmotion_plugin.la"
  3209.   PLUGINS="${PLUGINS} dynamicoverlay"
  3210.   LTLIBdynamicoverlay="libdynamicoverlay_plugin.la"
  3211.   PLUGINS="${PLUGINS} signals"
  3212.   LTLIBsignals="libsignals_plugin.la"
  3213. elif test "${SYS}" != "mingwce"; then
  3214.   PLUGINS="${PLUGINS} ntservice"
  3215.   LTLIBntservice="libntservice_plugin.la"
  3216.   PLUGINS="${PLUGINS} access_smb"
  3217.   LTLIBaccess_smb="libaccess_smb_plugin.la"
  3218.   PLUGINS="${PLUGINS} dmo"
  3219.   LTLIBdmo="libdmo_plugin.la"
  3220.   PLUGINS="${PLUGINS} msn"
  3221.   LTLIBmsn="libmsn_plugin.la"
  3222.   for element in dmo; do
  3223.     eval "LIBS_${element}="'"'"-lole32 -luuid "'$'"{LIBS_${element}} "'"'
  3224.     am_modules_with_libs="${am_modules_with_libs} ${element}"
  3225.   done
  3226.   PLUGINS="${PLUGINS} globalhotkeys"
  3227.   LTLIBglobalhotkeys="libglobalhotkeys_plugin.la"
  3228. else
  3229.   PLUGINS="${PLUGINS} win32text"
  3230.   LTLIBwin32text="libwin32text_plugin.la"
  3231. fi
  3232. if test "${SYS}" = "darwin"; then
  3233.   PLUGINS="${PLUGINS} quartztext"
  3234.   LTLIBquartztext="libquartztext_plugin.la"
  3235.   for element in quartztext; do
  3236.     eval "LDFLAGS_${element}="'"'"-Wl,-framework,Carbon,-framework,ApplicationServices "'$'"{LDFLAGS_${element}} "'"'
  3237.     am_modules_with_ldflags="${am_modules_with_ldflags} ${element}"
  3238.   done
  3239. fi
  3240. # Check whether --with- was given.
  3241. if test "${with_+set}" = set; then :
  3242.   withval=$with_;
  3243. fi
  3244. # Check whether --with- was given.
  3245. if test "${with_+set}" = set; then :
  3246.   withval=$with_;
  3247. fi
  3248. # Check whether --enable-mmx was given.
  3249. if test "${enable_mmx+set}" = set; then :
  3250.   enableval=$enable_mmx;
  3251. else
  3252.   case "${host_cpu}" in
  3253.     i?86|x86_64)
  3254.       enable_mmx="yes"
  3255.       ;;
  3256.     *)
  3257.       enable_mmx="no"
  3258.       ;;
  3259.   esac
  3260. fi
  3261. if test "${enable_mmx}" != "no"; then :
  3262.   ARCH="${ARCH} mmx"
  3263.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC groks MMX intrinsics" >&5
  3264. $as_echo_n "checking if $CC groks MMX intrinsics... " >&6; }
  3265. if test "${ac_cv_c_mmx_intrinsics+set}" = set; then :
  3266.   $as_echo_n "(cached) " >&6
  3267. else
  3268.   CFLAGS="${CFLAGS_save} -O -mmmx"
  3269.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3270. /* end confdefs.h.  */
  3271. #include <mmintrin.h>
  3272.                      #include <stdint.h>
  3273.                      uint64_t frobzor;
  3274. int
  3275. main ()
  3276. {
  3277. __m64 a, b, c;
  3278.                      a = b = c = (__m64)frobzor;
  3279.                      a = _mm_slli_pi16(a, 3);
  3280.                      a = _mm_adds_pi16(a, b);
  3281.                      c = _mm_srli_pi16(c, 8);
  3282.                      c = _mm_slli_pi16(c, 3);
  3283.                      b = _mm_adds_pi16(b, c);
  3284.                      a = _mm_unpacklo_pi8(a, b);
  3285.                      frobzor = (uint64_t)a;
  3286.   ;
  3287.   return 0;
  3288. }
  3289. _ACEOF
  3290. if ac_fn_c_try_compile "$LINENO"; then :
  3291.   ac_cv_c_mmx_intrinsics=yes
  3292. else
  3293.   ac_cv_c_mmx_intrinsics=no
  3294. fi
  3295. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3296. fi
  3297. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_mmx_intrinsics" >&5
  3298. $as_echo "$ac_cv_c_mmx_intrinsics" >&6; }
  3299.   if test "${ac_cv_c_mmx_intrinsics}" != "no"; then :
  3300. $as_echo "#define HAVE_MMX_INTRINSICS 1" >>confdefs.h
  3301.   for element in memcpymmx i420_rgb_mmx i420_yuy2_mmx i422_yuy2_mmx i420_ymga_mmx; do
  3302.     eval "CFLAGS_${element}="'"$'"{CFLAGS_${element}} -mmmx"'"'
  3303.     am_modules_with_cflags="${am_modules_with_cflags} ${element}"
  3304.   done
  3305. fi
  3306.   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC groks MMX inline assembly" >&5
  3307. $as_echo_n "checking if $CC groks MMX inline assembly... " >&6; }
  3308. if test "${ac_cv_mmx_inline+set}" = set; then :
  3309.   $as_echo_n "(cached) " >&6
  3310. else
  3311.   CFLAGS="${CFLAGS_save}"
  3312.      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  3313. /* end confdefs.h.  */
  3314. int
  3315. main ()
  3316. {
  3317. void *p;asm volatile("packuswb %%mm1,%%mm2"::"r"(p));
  3318.   ;
  3319.   return 0;
  3320. }
  3321. _ACEOF
  3322. if ac_fn_c_try_compile "$LINENO"; then :
  3323.   ac_cv_mmx_inline=yes
  3324. else
  3325.   ac_cv_mmx_inline=no
  3326. fi
  3327. rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  3328. fi
  3329. { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_mmx_inline" >&5
  3330. $as_echo "$ac_cv_mmx_inline" >&6; }
  3331.   if test "${ac_cv_mmx_inline}" != "no"; then :
  3332. $as_echo "#define CAN_COMPILE_MMX 1" >>confdefs.h
  3333.   PLUGINS="${PLUGINS} memcpymmx"
  3334.   LTLIBmemcpymmx="libmemcpymmx_plugin.la"