Commit 41e197b5 authored by Marian Durkovic's avatar Marian Durkovic

fix for missing modules - hope this closes #412

parent ca17e9b5
......@@ -127,8 +127,8 @@ dnl Private VLC macros - generated by bootstrap
EOF
if [ "${PKGCONFIG}" = "no" ]; then cat >> m4/private.m4 << EOF
dnl User does not have pkg-config, so this is a no-op
AC_DEFUN([PKG_CHECK_MODULES], [:], [], [], [])
dnl User does not have pkg-config, so assume package was not found
AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])])
EOF
fi
......
......@@ -10,8 +10,8 @@ gprof="@gprof@"
cprof="@cprof@"
optim="@optim@"
plugins="@PLUGINS@"
builtins="@BUILTINS@"
plugins="@PLUGINS@ "
builtins="@BUILTINS@ "
cppflags=""
cflags=""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment