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
890 B

  1. --- SDL-1.2.6/configure 2003-08-30 21:13:23.000000000 +0200
  2. +++ SDL-1.2.6-rock/configure 2004-02-23 18:47:28.000000000 +0100
  3. @@ -3595,6 +3595,7 @@
  4. else
  5. ARTSC_CFLAGS=`$ARTSCCONFIG --cflags`
  6. ARTSC_LIBS=`$ARTSCCONFIG --libs`
  7. + ARTSC_PREFIX=`$ARTSCCONFIG --arts-prefix`
  8. echo $ac_n "checking for aRts development environment""... $ac_c" 1>&6
  9. echo "configure:3600: checking for aRts development environment" >&5
  10. audio_arts=no
  11. @@ -3633,7 +3634,7 @@
  12. enable_arts_shared=yes
  13. fi
  14. - arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([^ ]*\).*/\1\/libartsc.so.*/'`
  15. + arts_lib_spec="$ARTSC_PREFIX/lib/libartsc.so.*"
  16. arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'`
  17. echo "-- $arts_lib_spec -> $arts_lib"
  18. if test x$enable_dlopen != xyes && \