Mercurial > sdl-ios-xcode
comparison configure.in @ 300:8bdc210ed1de
Fixed dynamic arts support.
Turned on dynamic audio load by default in RPM build.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Mar 2002 19:14:12 +0000 |
parents | fab1ddc4d7bf |
children | 8a86bdf34f0f |
comparison
equal
deleted
inserted
replaced
299:e25d2604b3a6 | 300:8bdc210ed1de |
---|---|
378 AC_MSG_RESULT($audio_arts) | 378 AC_MSG_RESULT($audio_arts) |
379 if test x$audio_arts = xyes; then | 379 if test x$audio_arts = xyes; then |
380 AC_ARG_ENABLE(arts-shared, | 380 AC_ARG_ENABLE(arts-shared, |
381 [ --enable-arts-shared dynamically load aRts audio support [default=no]], | 381 [ --enable-arts-shared dynamically load aRts audio support [default=no]], |
382 , enable_arts_shared=no) | 382 , enable_arts_shared=no) |
383 arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libarts.so.*/'` | 383 arts_lib_spec=`echo $ARTSC_LIBS | sed 's/.*-L\([[^ ]]*\).*/\1\/libartsc.so.*/'` |
384 arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'` | 384 arts_lib=`ls $arts_lib_spec | head -1 | sed 's/.*\/\(.*\)/\1/'` |
385 echo "-- $arts_lib_spec -> $arts_lib" | 385 echo "-- $arts_lib_spec -> $arts_lib" |
386 if test x$enable_dlopen != xyes && \ | 386 if test x$enable_dlopen != xyes && \ |
387 test x$enable_arts_shared = xyes; then | 387 test x$enable_arts_shared = xyes; then |
388 AC_MSG_ERROR([You must have dlopen() support and use the --enable-dlopen option]) | 388 AC_MSG_ERROR([You must have dlopen() support and use the --enable-dlopen option]) |