mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
881 B

--- ./configure.orig 2004-02-22 23:32:33.000000000 +0200
+++ ./configure 2004-03-11 19:23:23.000000000 +0200
@@ -22159,6 +22159,7 @@
else
ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
ARTSC_LIBS=`$ARTSCCONFIG --libs`
+ ARTSC_PREFIX=`$ARTSCCONFIG --arts-prefix`
echo "$as_me:$LINENO: checking for aRts development environment" >&5
echo $ECHO_N "checking for aRts development environment... $ECHO_C" >&6
audio_arts=no
@@ -22225,7 +22226,7 @@
else
enable_arts_shared=yes
fi;
- arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libartsc.so.*/'`
+ arts_lib_spec="$ARTSC_PREFIX/lib/libartsc.so.*"
arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
echo "-- $arts_lib_spec -> $arts_lib"
if test x$use_dlopen != xyes && \