Changeset f68669d3b8c8ff1ec065d6995f26be8c6a2499c8

Show
Ignore:
Timestamp:
12/09/05 15:17:18 (3 years ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134137838 +0000
git-parent:

[f1cb32c3a7c388d0009e0361d3845cbf89f2cb23]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1134137838 +0000
Message:

python/Makefile.am: correct the test for win32 systems

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/Makefile.am

    ra525a71 rf68669d  
    33############################################################################### 
    44 
    5 # FIXME 
    6 #ifdef HOMEDRIVE 
    7 #   COMPILERARG = --compiler=mingw32 
    8 #else 
    9 #   COMPILERARG =  
    10 #endif 
     5if HAVE_WIN32 
     6    COMPILERARG = --compiler=mingw32 
     7else 
     8    COMPILERARG =  
     9endif 
    1110 
    1211if BUILD_PYTHON