Changeset 8d6c4b1
- Timestamp:
- 2005-12-04T02:43:03Z (19 years ago)
- Branches:
- master
- Children:
- 40657a3
- Parents:
- bad4a586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbad4a586 r8d6c4b1 343 343 case "$arch" in 344 344 Linux ) 345 echo 'Linux.'346 345 ;; 347 346 GNU/* ) 348 echo 'Debian with non-Linux kernel?'349 347 ;; 350 348 *BSD ) 351 echo '*BSD.'352 349 echo 'EFLAGS+=-liconv' >> Makefile.settings; 353 350 ;; 354 351 SunOS ) 355 echo 'Solaris.'356 352 echo 'EFLAGS+=-lresolv -lnsl -lsocket' >> Makefile.settings 357 353 echo 'STRIP=\# skip strip' >> Makefile.settings … … 359 355 ;; 360 356 Darwin ) 361 echo 'Darwin/Mac OS X.'362 357 echo 'EFLAGS+=-liconv' >> Makefile.settings; 363 358 ;; 364 359 IRIX ) 365 echo 'IRIX.'366 360 ;; 367 361 CYGWIN* ) … … 369 363 ;; 370 364 * ) 371 echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV. Please report any problems to <wilmer@gaast.net>.' 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/.' 372 367 ;; 373 368 esac
Note: See TracChangeset
for help on using the changeset viewer.