Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
479fd822
Commit
479fd822
authored
Aug 14, 2005
by
zorglub
Browse files
Don't use m4 comments in Makefile. Should fix win32 build
parent
e7440c3b
Changes
1
Show whitespace changes
Inline
Side-by-side
bootstrap
View file @
479fd822
...
@@ -224,8 +224,8 @@ if !BUILD_MOZILLA
...
@@ -224,8 +224,8 @@ if !BUILD_MOZILLA
pic = no
pic = no
else
else
if HAVE_WIN32
if HAVE_WIN32
dnl
There's no need for pic code on win32 so get rid of this to substantially
###
There's no need for pic code on win32 so get rid of this to substantially
dnl
reduce the compilation time.
###
reduce the compilation time.
pic = no
pic = no
endif
endif
endif
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment