Changeset da7a28 in git for libpolys/configure.ac


Ignore:
Timestamp:
Aug 5, 2013, 11:34:38 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3b0bb7fcaa10867e9f09b44ee9057d9366414548
Parents:
36869371ac9c1b61f069fc927adc41fbef647bc4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-05 23:34:38+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-12 12:19:33+02:00
Message:
Use -Wl,-Bdynamic on cygwin...

NOTE: LIBPREFIX seems to be obsolette... TODO!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/configure.ac

    r3686937 rda7a28  
    6565#check for host:
    6666AC_CANONICAL_HOST
     67
    6768case $host_os in
    68   *cygwin* ) LIBPREFIX="-Xlinker -Bdynamic";;
    69   * ) LIBPREFIX="";;
     69  *cygwin* ) AX_APPEND_LINK_FLAGS([-Wl,-Bdynamic]);;
    7070esac
    7171
    7272dnl INCLUDES=""
    73 dnl dnl OS specific flags and options
     73dnl dnl OS specific flags and options (does work without the following:)
    7474dnl case "$host" in
    7575dnl     *-*-freebsd*)
Note: See TracChangeset for help on using the changeset viewer.