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-17 13:08:57 -0800
commit60e4d4206464cab5d7d7c8a03bc7cc1ee49cccb9 (patch)
treeb6d6ee620b3b0f8a4720338ebb0785e43a103f1c
parent03cc0342a54fbc33ac400c1b56af9a942aae2ea4 (diff)
downloadperl-60e4d4206464cab5d7d7c8a03bc7cc1ee49cccb9.tar.gz
fix -Uuserelocatableinc
-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 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