mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
configure fix
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@21 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
4b86ff0e6c
commit
eb946dbdbe
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ AC_PROG_LIBTOOL
|
||||||
|
|
||||||
# If using GCC specifiy some additional parameters
|
# If using GCC specifiy some additional parameters
|
||||||
if test "x$GCC" = "xyes" ; then
|
if test "x$GCC" = "xyes" ; then
|
||||||
CFLAGS="$CFLAGS -pipe -Wall"
|
CFLAGS="$CFLAGS -pipe -Wall -W"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile src/Makefile])
|
AC_CONFIG_FILES([Makefile src/Makefile])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue