23d4622 Unbreak ./configure

1 file Authored by myllynen 12 years ago, Committed by sgallagh 12 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Unbreak ./configure
    
    ./configure at least from 1.5.13 is failing on Ubuntu Oneiric.
    
    The node ``Conditionals'' of automake manual states:
    
    Note that you must arrange for _every_ `AM_CONDITIONAL' to be invoked
    every time `configure' is run.  If `AM_CONDITIONAL' is run conditionally
    (e.g., in a shell `if' statement), then the result will confuse `automake'.
    
    So the trick is to run AM_CONDITIONAL unconditionally.
    
        
file modified
+1 -1