diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-10 17:08:36 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-10 17:08:36 +0000 |
commit | 0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6 (patch) | |
tree | 3bd838a0b1d2b4bcdb82b78ea56d62c54cc22030 /handy.h | |
parent | ccafdc969fe8361303a07e7576d1af4e3e389a76 (diff) | |
download | perl-0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6.tar.gz |
Configure now probes for _LIB_VERSION support in math.h/libm
LIBM_LIB_VERSION is defined if it does
p4raw-id: //depot/perl@24217
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ typedef U64TYPE U64; #endif /* HMB H.Merijn Brand - a placeholder for preparing Configure patches */ -#if defined(USE_SITECUSTOMIZE) || defined(LIBM_VERSION_TYPE) +#if defined(LIBM_LIB_VERSION) /* Not (yet) used at top level, but mention them for metaconfig */ #endif |