Changeset 345

Show
Ignore:
Timestamp:
02/03/06 09:16:07 (6 years ago)
Author:
conrad
Message:

update lib names in configure, remove autogenerated aclocal.m4 from svn

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • beatfish/trunk/configure.ac

    r331 r345  
    2222 
    2323# 
    24 # Detect SoundRender 
     24# Detect libremix 
    2525# 
    2626 
    27 PKG_CHECK_MODULES(REMIX, remix >= 0.2.0, 
     27PKG_CHECK_MODULES(libremix, remix >= 0.2.0, 
    2828                  HAVE_REMIX="yes", HAVE_REMIX="no") 
    2929 
     
    3434  AC_MSG_ERROR([ 
    3535*** 
    36 *** Sound Render 0.2.0 development library is not installed 
     36*** Remix 0.2.0 development library is not installed 
    3737*** 
    3838]) 
     
    5252  AC_MSG_ERROR([ 
    5353*** 
    54 *** JACK not installed 
     54*** JACK development library is not installed 
    5555*** 
    5656])