Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8d6c4b1 re5663e0  
    343343case "$arch" in
    344344Linux )
     345        echo 'Linux.'
    345346;;
    346347GNU/* )
     348        echo 'Debian with non-Linux kernel?'
    347349;;
    348350*BSD )
     351        echo '*BSD.'
    349352        echo 'EFLAGS+=-liconv' >> Makefile.settings;
    350353;;
    351354SunOS )
     355        echo 'Solaris.'
    352356        echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings
    353357        echo 'STRIP=\# skip strip' >> Makefile.settings
     
    355359;;
    356360Darwin )
     361        echo 'Darwin/Mac OS X.'
    357362        echo 'EFLAGS+=-liconv' >> Makefile.settings;
    358363;;
    359364IRIX )
     365        echo 'IRIX.'
    360366;;
    361367CYGWIN* )
     
    363369;;
    364370* )
    365         echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'
    366         echo 'Please report any problems at http://bugs.bitlbee.org/.'
     371        echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV. Please report any problems to <wilmer@gaast.net>.'
    367372;;
    368373esac
Note: See TracChangeset for help on using the changeset viewer.