From 41e197b52aad35318a020f78bfcf9e39723c0d25 Mon Sep 17 00:00:00 2001 From: Marian Durkovic Date: Wed, 2 Nov 2005 13:42:48 +0000 Subject: [PATCH] fix for missing modules - hope this closes #412 --- bootstrap | 4 ++-- vlc-config.in.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap b/bootstrap index 75574281ea..4a9e423b6b 100755 --- a/bootstrap +++ b/bootstrap @@ -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 diff --git a/vlc-config.in.in b/vlc-config.in.in index 34945deb0d..c1946a65ef 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -10,8 +10,8 @@ gprof="@gprof@" cprof="@cprof@" optim="@optim@" -plugins="@PLUGINS@" -builtins="@BUILTINS@" +plugins="@PLUGINS@ " +builtins="@BUILTINS@ " cppflags="" cflags="" -- 2.39.2