mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
remove trailing spaces
This commit is contained in:
parent
c2fa11e179
commit
fd5a1b1722
1 changed files with 7 additions and 7 deletions
14
acinclude.m4
14
acinclude.m4
|
|
@ -45,7 +45,7 @@ dnl @category InstalledPackages
|
||||||
dnl @author Steven G. Johnson <stevenj@alum.mit.edu>
|
dnl @author Steven G. Johnson <stevenj@alum.mit.edu>
|
||||||
dnl @version 2006-05-29
|
dnl @version 2006-05-29
|
||||||
dnl @license GPLWithACException
|
dnl @license GPLWithACException
|
||||||
dnl
|
dnl
|
||||||
dnl Checks for GCC shared/pthread inconsistency based on work by
|
dnl Checks for GCC shared/pthread inconsistency based on work by
|
||||||
dnl Marcin Owsiany <marcin@owsiany.pl>
|
dnl Marcin Owsiany <marcin@owsiany.pl>
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||||
# architectures and systems. The problem is that in certain
|
# architectures and systems. The problem is that in certain
|
||||||
# configurations, when -shared is specified, GCC "forgets" to
|
# configurations, when -shared is specified, GCC "forgets" to
|
||||||
# internally use various flags which are still necessary.
|
# internally use various flags which are still necessary.
|
||||||
|
|
||||||
AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
|
AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
|
||||||
check_inconsistencies=yes
|
check_inconsistencies=yes
|
||||||
case "${host_cpu}-${host_os}" in
|
case "${host_cpu}-${host_os}" in
|
||||||
|
|
@ -270,13 +270,13 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||||
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
||||||
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
||||||
[ok=yes])
|
[ok=yes])
|
||||||
|
|
||||||
if test "x$ok" = xyes; then
|
if test "x$ok" = xyes; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Linux gcc on some architectures such as mips/mipsel forgets
|
# Linux gcc on some architectures such as mips/mipsel forgets
|
||||||
# about -lpthread
|
# about -lpthread
|
||||||
|
|
@ -289,7 +289,7 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||||
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
||||||
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
||||||
[ok=yes])
|
[ok=yes])
|
||||||
|
|
||||||
if test "x$ok" = xyes; then
|
if test "x$ok" = xyes; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
PTHREAD_LIBS="-lpthread $PTHREAD_LIBS"
|
PTHREAD_LIBS="-lpthread $PTHREAD_LIBS"
|
||||||
|
|
@ -308,7 +308,7 @@ if test "x$acx_pthread_ok" = xyes; then
|
||||||
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
pthread_attr_init(0); pthread_cleanup_push(0, 0);
|
||||||
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
||||||
[ok=yes])
|
[ok=yes])
|
||||||
|
|
||||||
if test "x$ok" = xyes; then
|
if test "x$ok" = xyes; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
PTHREAD_LIBS="-lc_r $PTHREAD_LIBS"
|
PTHREAD_LIBS="-lc_r $PTHREAD_LIBS"
|
||||||
|
|
@ -371,7 +371,7 @@ AC_LANG_PROGRAM(
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
int allow_severity = LOG_INFO;
|
int allow_severity = LOG_INFO;
|
||||||
int deny_severity = LOG_WARNING;],
|
int deny_severity = LOG_WARNING;],
|
||||||
[struct request_info *req;
|
[struct request_info *req;
|
||||||
return hosts_access (req);]),
|
return hosts_access (req);]),
|
||||||
[AC_DEFINE(HAVE_LIBWRAP, [], [Have tcpwrap?])
|
[AC_DEFINE(HAVE_LIBWRAP, [], [Have tcpwrap?])
|
||||||
LIBWRAP_LIBS="-lwrap"
|
LIBWRAP_LIBS="-lwrap"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue