diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-26 10:10:09 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-26 10:10:09 -0700 |
commit | 9452ded1310f9d725ef318038ceab4737b7b92d9 (patch) | |
tree | 0fb31292dab6f316629b4570c3e374d3f1c39de9 /src/s/darwin.h | |
parent | fcebfc6a34b6b21435fdbe7e68269de6088d55c2 (diff) | |
download | emacs-9452ded1310f9d725ef318038ceab4737b7b92d9.tar.gz |
Use autoconf instead of cpp for LIB_MATH.
* s/darwin.h (LIB_MATH): Do not define here, move to configure.
* s/cygwin.h (LIB_MATH): Likewise.
* Makefile.in (LIB_MATH): Do not define with cpp.
(LIBES): Use autoconf for LIB_MATH.
* configure.in (LIB_MATH): New output variable. Set it for some systems.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r-- | src/s/darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 016ed343f06..060e354dca7 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -205,9 +205,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Link this program just by running cc. */ #define ORDINARY_LINK -/* Adding -lm confuses the dynamic linker, so omit it. */ -#define LIB_MATH - /* Define the following so emacs symbols will not conflict with those in the System framework. Otherwise -prebind will not work. */ |