aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 21:13:25 +0000
committerlloyd <[email protected]>2008-09-29 21:13:25 +0000
commit8157ca69909e59682619822d6d54c9c7e90be406 (patch)
tree93497d91a99b73e45dc90dbd0138b814d5411cab
parent94fe6344ba012e78283b0b847adb0bc34ce4379d (diff)
Fix build.h modules list
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index 167942af6..f9c18c5b6 100755
--- a/configure.pl
+++ b/configure.pl
@@ -1041,7 +1041,7 @@ sub load_modules {
}
- $$config{'mod-list'} = join('\n', @mod_names);
+ $$config{'mod-list'} = join("\n", @mod_names);
my $gen_defines = sub {
my $defines = '';