]> git.sesse.net Git - vlc/blobdiff - bootstrap
* modules/gui/skins/*: Added a "playondrop" attribute to the "Window"
[vlc] / bootstrap
index a5f3dcd5896b869d1f215bd344709eee339c7618..ca7b46f00fd3207a44bc4c1fa81f0dbc6ea9adef 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 ##  bootstrap file for the VLC media player
-##  $Id: bootstrap,v 1.71 2003/07/24 20:34:47 sam Exp $
+##  $Id: bootstrap,v 1.73 2003/10/20 10:37:56 gbazin Exp $
 ##
 ##  Authors: Sam Hocevar <sam@zoy.org>
 
@@ -90,6 +90,12 @@ SUBDIRS = ${subdirs}
 libvlcdir = \$(libdir)/vlc/${basedir}
 include Modules.am
 
+if HAVE_WIN32
+# There's no need for pic code on win32 so get rid of this to substantially
+# reduce the compilation time.
+pic = no
+endif
+
 clean: clean-local
 clean-local:
        -rm -f *.a *.so *.dll *.sl *.dylib
@@ -312,7 +318,7 @@ else
   # Not present, use a workaround.
   cat >> m4/private.m4 << EOF
 dnl  User does not have pkg-config, so this is a no-op
-AC_DEFUN([PKG_CHECK_MODULES], [])
+AC_DEFUN([PKG_CHECK_MODULES], [:])
 
 EOF
   PKGCONFIG=no