Changeset 93202a752b903d92c30c3f2bd2897ca9eaef5d22
- Timestamp:
- 12/19/06 22:27:57
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1166563677 +0000
- git-parent:
[a58c71cce7596127e7a57997f1900f5e8ec79603]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1166563677 +0000
- Message:
Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rff402cb |
r93202a7 |
|
| 25 | 25 | AS_IF([test "${ac_res}" != "no"], [ |
|---|
| 26 | 26 | CFLAGS="${CFLAGS_save} $1" |
|---|
| 27 | | CXXFLAGS="${CXXFLAGS} $1" |
|---|
| 28 | | OBJCFLAGS="${OBJCFLAGS} $1" |
|---|
| 29 | 27 | $2 |
|---|
| 30 | 28 | ], [ |
|---|