summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2017-03-14 21:56:59 +1100
committerTony Cook <tony@develop-help.com>2017-03-14 21:56:59 +1100
commit12e837793e279bd6e705e920b9492f60dee90dfe (patch)
tree80f52de1acad87780d4e8b626075487c267a2173 /Configure
parent4634f4819b15eb189f3502773ac6c65698700d81 (diff)
downloadperl-12e837793e279bd6e705e920b9492f60dee90dfe.tar.gz
initialize default_inc_excludes_dot to '' like every variable
Handling of the default is done further down.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 07dfb7c0eb..e32d18ce1f 100755
--- a/Configure
+++ b/Configure
@@ -937,7 +937,7 @@ d_wcstombs=''
d_wcsxfrm=''
d_wctomb=''
d_writev=''
-default_inc_excludes_dot='undef'
+default_inc_excludes_dot=''
dlext=''
bin_ELF=''
cccdlflags=''