Changeset 1490:20a64a311b63 in roaraudio


Ignore:
Timestamp:
03/31/09 00:36:51 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ignore -lc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1489 r1490  
    340340 while [ "$1" != '--' ] 
    341341 do 
    342   [ "$1" != 'c' ] && LIBS="$LIBS -l$1" 
     342  [ "$1" != 'c' -a "$1" != '-lc' ] && LIBS="$LIBS -l$1" 
    343343  shift; 
    344344 done 
Note: See TracChangeset for help on using the changeset viewer.