Changeset 41e197b52aad35318a020f78bfcf9e39723c0d25
- 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
| rb308b83 |
r41e197b |
|
| 128 | 128 | |
|---|
| 129 | 129 | if [ "${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], [:], [], [], []) |
|---|
| | 130 | dnl User does not have pkg-config, so assume package was not found |
|---|
| | 131 | AC_DEFUN([PKG_CHECK_MODULES],[ifelse([\$4], , :, [\$4])]) |
|---|
| 132 | 132 | |
|---|
| 133 | 133 | EOF |
|---|
| r3b16a55 |
r41e197b |
|
| 11 | 11 | optim="@optim@" |
|---|
| 12 | 12 | |
|---|
| 13 | | plugins="@PLUGINS@" |
|---|
| 14 | | builtins="@BUILTINS@" |
|---|
| | 13 | plugins="@PLUGINS@ " |
|---|
| | 14 | builtins="@BUILTINS@ " |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | cppflags="" |
|---|