summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2012-02-08 13:22:11 -0600
committerFather Chrysostomos <sprout@cpan.org>2012-02-12 14:37:52 -0800
commitef24c3e836b28e871154ce8dd3f9f3a8ec2d5706 (patch)
tree4fad1647637717e595e4d860fb453f52d6cd6263
parent57121c06712381a54c6c8c77dfc1b8d812dbdf98 (diff)
downloadperl-smoke-me/Urelocatableinc.tar.gz
fix -Uuserelocatableincsmoke-me/Urelocatableinc
-Uuserelocatableinc resulted in PERL_RELOCATABLE_INC defined as "undef" which is defined
-rwxr-xr-xconfig_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index b6d3237ef8..c811765f1b 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