From 87edfb6711f39cf607c2eabcb142b1d7c66a9d1b Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Tue, 12 Jun 2001 19:14:21 +0000
Subject: Default to testing shared libs.

---
 test/Config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/Config b/test/Config
index e9835c425..866c0ec29 100644
--- a/test/Config
+++ b/test/Config
@@ -7,6 +7,6 @@
 DODEBUG = false
 
 # If you want to compile using uClibc as a shared library, turn this on.
-DODYNAMIC = false
+DODYNAMIC = true
 
 
-- 
cgit v1.2.3