Commit 2676973f authored by Alexandre Julliard's avatar Alexandre Julliard

Workaround for broken artsc-config script (based on a patch by

stirling@kc.rr.com).
parent 89ef25e2
...@@ -11188,7 +11188,7 @@ fi ...@@ -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;} ...@@ -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 **** ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment