Changeset eb4ad8d for configure


Ignore:
Timestamp:
2015-01-17T20:13:19Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e26aa72
Parents:
1065dd4 (diff), 664bac3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging random other fixes/cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1065dd4 reb4ad8d  
    5656
    5757echo BitlBee configure
     58
     59# Cygwin and Darwin don't support PIC/PIE
     60case "$arch" in
     61    CYGWIN* )
     62        pie=0;;
     63    Darwin )
     64        pie=0;;
     65esac
    5866
    5967while [ -n "$1" ]; do
Note: See TracChangeset for help on using the changeset viewer.