Changeset 698:eed06bd91e11 in roaraudio


Ignore:
Timestamp:
08/28/08 05:07:45 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got lib=-- working for and not do a false positive for --no-*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r697 r698  
    118118 [ "$subdir" = '%' ] && subdir='' 
    119119 
    120  eval _no="\$no_lib_$lib"; 
    121  
    122  if [ "$_no" != '' ] 
    123  then 
    124    echo "checking for $1... disabled by user" 
    125   [ "$subdir" != '' ] && \ 
    126    echo "subdir_$subdir=" >&4 
    127   echo "lib_$lib=" >&4 
    128   return; 
     120 if [ "$lib" != '--' ] 
     121 then 
     122  eval _no="\$no_lib_$lib"; 
     123 
     124  if [ "$_no" != '' ] 
     125  then 
     126    echo "checking for $1... disabled by user" 
     127   [ "$subdir" != '' ] && \ 
     128    echo "subdir_$subdir=" >&4 
     129   echo "lib_$lib=" >&4 
     130   return; 
     131  fi 
    129132 fi 
    130133 
Note: See TracChangeset for help on using the changeset viewer.