Changeset 41e197b52aad35318a020f78bfcf9e39723c0d25

Show
Ignore:
Timestamp:
02/11/05 14:42:48 (3 years ago)
Author:
Marian Durkovic <md@videolan.org>
git-committer:
Marian Durkovic <md@videolan.org> 1130938968 +0000
git-parent:

[ca17e9b5178952996f8b257bae3cbf4a8ed6de7e]

git-author:
Marian Durkovic <md@videolan.org> 1130938968 +0000
Message:

fix for missing modules - hope this closes #412

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    rb308b83 r41e197b  
    128128 
    129129if [ "${PKGCONFIG}" = "no" ]; then cat >> m4/private.m4 << EOF 
    130 dnl  User does not have pkg-config, so this is a no-op 
    131 AC_DEFUN([PKG_CHECK_MODULES], [:], [], [], []) 
     130dnl  User does not have pkg-config, so assume package was not found 
     131AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])]) 
    132132 
    133133EOF 
  • vlc-config.in.in

    r3b16a55 r41e197b  
    1111optim="@optim@" 
    1212 
    13 plugins="@PLUGINS@
    14 builtins="@BUILTINS@
     13plugins="@PLUGINS@
     14builtins="@BUILTINS@
    1515 
    1616cppflags=""