From 8157ca69909e59682619822d6d54c9c7e90be406 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 29 Sep 2008 21:13:25 +0000 Subject: Fix build.h modules list --- configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- cgit v1.2.3