From 7e3910e659f4cbf2aa2c9e1830c3a55198aa73a6 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 22 Dec 2005 14:04:45 +0000 Subject: [PATCH] Fixed "link"/no"link" mode detection. --- build-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static b/build-static index b241868..0eae6b8 100755 --- a/build-static +++ b/build-static @@ -29,7 +29,7 @@ STATIC_PATH=/usr/local/devel-static set -e -if test "$1" = link;then +if test "$1" != link;then set -x ./autogen.pl --dist (set -x;CFLAGS="-O2" ./configure --enable-maintainer-mode --disable-shared --enable-static --enable-install-pkg \ -- 1.8.3.1