Fixed "link"/no"link" mode detection.
authorlace <>
Thu, 22 Dec 2005 14:04:45 +0000 (14:04 +0000)
committerlace <>
Thu, 22 Dec 2005 14:04:45 +0000 (14:04 +0000)
build-static

index b241868..0eae6b8 100755 (executable)
@@ -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 \