From a29bdefc82498561c1d3f958e3d7f950a2b6b202 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 24 Nov 2010 15:58:36 -0500 Subject: [PATCH] builder: fix typo --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 9a4a404..2d82fdb 100755 --- a/builder +++ b/builder @@ -128,7 +128,7 @@ configure_opts = ['--prefix', prefix, "LDFLAGS='-Wl,-L"+prefix+"/lib" + " -Wl,-R"+prefix+"/lib'", 'CPPFLAGS="-I '+prefix+'/include"', - '--with-system-libtool', '--with-system-ltdl', + '--with-system-libtool', '--with-system-libltdl', ] if options.configure_opts is not None: configure_opts.extend(options.configure_opts) -- 2.1.4