Changeset 1051:125aeba7a8ca in roaraudio


Ignore:
Timestamp:
12/23/08 23:37:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use --force-have-roar on libao plugin's configure script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1049 r1051  
    583583if [ "$AO_INST_DIR" = '' ] 
    584584then 
    585  ./configure 
    586 else 
    587  ./configure --inst-dir "$AO_INST_DIR" 
     585 ./configure --force-have-roar 
     586else 
     587 ./configure --force-have-roar --inst-dir "$AO_INST_DIR" 
    588588fi 
    589589cd ../.. 
Note: See TracChangeset for help on using the changeset viewer.