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
VideoLAN
libmpeg2
Commits
c866aa77
Commit
c866aa77
authored
Feb 18, 2002
by
Michel Lespinasse
Browse files
fixed the checkergcc support
parent
c5b7acd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpeg2dec/configure.in
View file @
c866aa77
...
...
@@ -15,9 +15,12 @@ dnl Checks for compiler
AC_PROG_CC
AC_PROG_GCC_TRADITIONAL
dnl GCC-specific flags
if test x"$GCC" = x"yes"; then
dnl CC-specific flags
if test x"$CC" = x"checkergcc"; then
enable_sdl=no
elif test x"$GCC" = x"yes"; then
dnl GCC-specific flags
dnl -Wall -Werror moved to the end to not disturb the configure script
dnl -O3
...
...
Write
Preview
Markdown
is supported
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