mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 02:04:34 +00:00
Workaround for broken artsc-config script (based on a patch by
stirling@kc.rr.com).
This commit is contained in:
parent
89ef25e218
commit
2676973fdc
8
configure
vendored
8
configure
vendored
@ -11188,7 +11188,7 @@ fi
|
|||||||
|
|
||||||
if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
|
if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
|
||||||
then
|
then
|
||||||
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
|
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags | sed 's/\-pthread//'`
|
||||||
ARTSC_LIBS=`$ARTSCCONFIG --libs`
|
ARTSC_LIBS=`$ARTSCCONFIG --libs`
|
||||||
save_CFLAGS="$CFLAGS"
|
save_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS $ARTSC_CFLAGS"
|
CFLAGS="$CFLAGS $ARTSC_CFLAGS"
|
||||||
@ -17329,10 +17329,8 @@ See \`config.log' for more details." >&2;}
|
|||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
||||||
See \`config.log' for more details." >&5
|
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
||||||
echo "$as_me: error: cannot run test program while cross compiling
|
|
||||||
See \`config.log' for more details." >&2;}
|
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
else
|
else
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
|
@ -602,7 +602,7 @@ dnl **** Check for aRts Sound Server ****
|
|||||||
AC_PATH_PROG(ARTSCCONFIG, artsc-config)
|
AC_PATH_PROG(ARTSCCONFIG, artsc-config)
|
||||||
if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
|
if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
|
||||||
then
|
then
|
||||||
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
|
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags | sed 's/\-pthread//'`
|
||||||
ARTSC_LIBS=`$ARTSCCONFIG --libs`
|
ARTSC_LIBS=`$ARTSCCONFIG --libs`
|
||||||
save_CFLAGS="$CFLAGS"
|
save_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS $ARTSC_CFLAGS"
|
CFLAGS="$CFLAGS $ARTSC_CFLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user