From 2ecb46d595b880c533e2dafea43baf02f009bec6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:54:52 +0000 Subject: r11037: (This used to be commit 6913e338405a5aca5c70cf6e022532c596ed0a36) --- source4/lib/replace/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/replace') diff --git a/source4/lib/replace/SConscript b/source4/lib/replace/SConscript index cf28102175..948c33bdc0 100644 --- a/source4/lib/replace/SConscript +++ b/source4/lib/replace/SConscript @@ -1,5 +1,6 @@ #!/usr/bin/env python Import('hostenv defines') +conf = Configure(hostenv) rep_files = ['replace.c', 'snprintf.c','dlfcn.c'] -- cgit