Changeset ff402cb311791813b92bfc14a307f36ba9f17b28
- Timestamp:
- 10/26/06 21:12:43
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161889963 +0000
- git-parent:
[cbff530cdf0882f1421a31e37253a9c669ccd4cb]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161889963 +0000
- Message:
Avoid flags duplication when configure cache not present
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfca4761 |
rff402cb |
|
| 24 | 24 | ac_res=`eval echo '${'$as_ac_var'}'` |
|---|
| 25 | 25 | AS_IF([test "${ac_res}" != "no"], [ |
|---|
| 26 | | CFLAGS="${CFLAGS} $1" |
|---|
| | 26 | CFLAGS="${CFLAGS_save} $1" |
|---|
| 27 | 27 | CXXFLAGS="${CXXFLAGS} $1" |
|---|
| 28 | 28 | OBJCFLAGS="${OBJCFLAGS} $1" |
|---|