Support gles animation.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libshairport / libshairport / 008-add-missing-libs.patch
1 --- configure.in-org    2011-11-08 11:53:42.802419355 -0500
2 +++ configure.in        2011-11-08 11:55:38.082419413 -0500
3 @@ -11,8 +11,9 @@ AC_PROG_LIBTOOL
4  
5  # Checks for libraries.
6  #AC_CHECK_LIB([c],   [main])
7 -#AC_CHECK_LIB([m],   [main])
8 +AC_CHECK_LIB([m],   [main])
9  AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
10 +AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
11  AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
12  
13  OUTPUT_FILES="Makefile"
14 @@ -21,4 +22,4 @@ LIBDIR=$PREFIX
15  
16  AC_CONFIG_FILES([${OUTPUT_FILES}])
17  AC_OUTPUT(Makefile src/Makefile)
18 -AC_OUTPUT
19 \ No newline at end of file
20 +AC_OUTPUT
21