Changeset 345
- Timestamp:
- 02/03/06 09:16:07 (3 years ago)
- Files:
-
- beatfish/trunk/aclocal.m4 (deleted)
- beatfish/trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
beatfish/trunk/configure.ac
r331 r345 22 22 23 23 # 24 # Detect SoundRender24 # Detect libremix 25 25 # 26 26 27 PKG_CHECK_MODULES( REMIX, remix >= 0.2.0,27 PKG_CHECK_MODULES(libremix, remix >= 0.2.0, 28 28 HAVE_REMIX="yes", HAVE_REMIX="no") 29 29 … … 34 34 AC_MSG_ERROR([ 35 35 *** 36 *** Sound Render0.2.0 development library is not installed36 *** Remix 0.2.0 development library is not installed 37 37 *** 38 38 ]) … … 52 52 AC_MSG_ERROR([ 53 53 *** 54 *** JACK not installed54 *** JACK development library is not installed 55 55 *** 56 56 ])
