]> git.sesse.net Git - vlc/commitdiff
python/Makefile.am: correct the test for win32 systems
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 9 Dec 2005 14:17:18 +0000 (14:17 +0000)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Fri, 9 Dec 2005 14:17:18 +0000 (14:17 +0000)
bindings/python/Makefile.am

index 18c600772ede9b1fdca56135115440e560edd056..0b0f935adceeb169cd12c3ddd4271279984ca8a5 100644 (file)
@@ -2,12 +2,11 @@
 # Building the Python binding
 ###############################################################################
 
-# FIXME
-#ifdef HOMEDRIVE
-#      COMPILERARG = --compiler=mingw32
-#else
-#      COMPILERARG = 
-#endif
+if HAVE_WIN32
+       COMPILERARG = --compiler=mingw32
+else
+       COMPILERARG = 
+endif
 
 if BUILD_PYTHON