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