Changeset 363:a2c736b16344 in roaraudio


Ignore:
Timestamp:
08/03/08 02:32:46 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added librt to configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r360 r363  
    6464 
    6565test_lib 'Math Library' m          -- math.h                         && echo '#define ROAR_HAVE_LIBM' >&3 
     66if test_lib 'realtime Library' rt -- sys/mman.h mqueue.h semaphore.h 
     67then 
     68 { 
     69  echo '#define ROAR_HAVE_LIBRT' 
     70  echo '#define ROAR_NEED_LIBRT' 
     71 } >&3 
     72fi 
     73 
     74echo >&3 
     75 
    6676test_lib EsounD         esd        -- esd.h                          && echo '#define ROAR_HAVE_ESD' >&3 
    6777test_lib libao          ao         -- ao/ao.h ao/plugin.h            && echo '#define ROAR_HAVE_LIBAO' >&3 
Note: See TracChangeset for help on using the changeset viewer.