diff options
author | Reini Urban <rurban@x-ray.at> | 2012-02-08 13:22:11 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-17 13:08:57 -0800 |
commit | 60e4d4206464cab5d7d7c8a03bc7cc1ee49cccb9 (patch) | |
tree | b6d6ee620b3b0f8a4720338ebb0785e43a103f1c /config_h.SH | |
parent | 03cc0342a54fbc33ac400c1b56af9a942aae2ea4 (diff) | |
download | perl-60e4d4206464cab5d7d7c8a03bc7cc1ee49cccb9.tar.gz |
fix -Uuserelocatableinc
-Uuserelocatableinc resulted in PERL_RELOCATABLE_INC defined as "undef" which is defined
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 82bc97a167..5b9d3f8606 100755 --- a/config_h.SH +++ b/config_h.SH @@ -995,7 +995,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define BIN "$bin" /**/ #define BIN_EXP "$binexp" /**/ -#define PERL_RELOCATABLE_INC "$userelocatableinc" /**/ +#$userelocatableinc PERL_RELOCATABLE_INC /**/ /* INTSIZE: * This symbol contains the value of sizeof(int) so that the C |