[net] [multimedia]: Moved multimedia submenu to be part the the Multimedia package group, since that's what it's for.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26107 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore
2011-03-12 09:06:35 +00:00
parent 1254af406d
commit d1b5a86809
8 changed files with 4 additions and 6 deletions

View File

@ -0,0 +1,11 @@
--- a/m4/xiph_curl.m4
+++ b/m4/xiph_curl.m4
@@ -52,7 +52,7 @@
AC_MSG_CHECKING(for libcurl)
if test "$curl_ok" = "yes"
then
- AC_RUN_IFELSE(AC_LANG_SOURCE([
+ AC_COMPILE_IFELSE(AC_LANG_SOURCE([
#include <curl/curl.h>
int main()
{