From a6f7f0259eb488f910469ca1c5ba8d310af32f5f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 2 Nov 1998 20:51:51 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 31b3154d..4910bab1 100644 --- a/configure.in +++ b/configure.in @@ -124,7 +124,7 @@ else fi if test "x$enable_static" != xno; then - static_targets="first_static second_static mountlist_static procmap_static netload_static $guile_static_example $smp_static_examples" + static_targets="first_static second_static mountlist_static procmap_static netload_static sysdeps_static $guile_static_examples $smp_static_examples" else static_targets="" fi