diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 20:18:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 20:18:32 (GMT) |
commit | c9a5cc1a98ebb5fa847a91ee3835ac94c8132c2e (patch) | |
tree | 15187318b59901c15c17a985e9c4396108a12c54 /configure.in | |
parent | 56fe7f8649a5538233a1b1fabced9c29a205c60c (diff) | |
download | cpython-c9a5cc1a98ebb5fa847a91ee3835ac94c8132c2e.zip cpython-c9a5cc1a98ebb5fa847a91ee3835ac94c8132c2e.tar.gz cpython-c9a5cc1a98ebb5fa847a91ee3835ac94c8132c2e.tar.bz2 |
Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning
from autoheader and is not useful anymore.
(Approved by Donn Cave.)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 610e6b3..4d8c11c 100644 --- a/configure.in +++ b/configure.in @@ -127,8 +127,6 @@ AC_ARG_WITH(gcc, [ --without-gcc never use gcc], [ AR="$PWD/BeOS/ar-fake" RANLIB=: - - AC_DEFINE(DL_EXPORT_HEADER,"dl_export.h") ;; x86) CC=gcc |