diff options
author | lloyd <[email protected]> | 2008-09-29 21:13:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 21:13:25 +0000 |
commit | 8157ca69909e59682619822d6d54c9c7e90be406 (patch) | |
tree | 93497d91a99b73e45dc90dbd0138b814d5411cab | |
parent | 94fe6344ba012e78283b0b847adb0bc34ce4379d (diff) |
Fix build.h modules list
-rwxr-xr-x | configure.pl | 2 |
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 = ''; |