diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -56,6 +56,14 @@ GLIB_MIN_VERSION=2.14 echo BitlBee configure +# Cygwin and Darwin don't support PIC/PIE +case "$arch" in + CYGWIN* ) + pie=0;; + Darwin ) + pie=0;; +esac + while [ -n "$1" ]; do e="`expr "X$1" : 'X--\(.*=.*\)'`" if [ -z "$e" ]; then |