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

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