Changeset c6c552ec06eff866726cb66f4181dec8bda674f1
- Timestamp:
- 24/04/07 16:02:40
(1 year ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1177423360 +0000
- git-parent:
[d08ba16893629f32dcac2315f4d37b6c31e5199a]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1177423360 +0000
- Message:
bindings/python/Makefile.am: remove wrong whitespace around = sign
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| raad8805 |
rc6c552e |
|
| 11 | 11 | |
|---|
| 12 | 12 | if HAVE_WIN32 |
|---|
| 13 | | COMPILERARG = --compiler=mingw32 |
|---|
| | 13 | COMPILERARG=--compiler=mingw32 |
|---|
| 14 | 14 | else |
|---|
| 15 | | COMPILERARG = |
|---|
| | 15 | COMPILERARG= |
|---|
| 16 | 16 | endif |
|---|
| 17 | 17 | |
|---|