From: lace <> Date: Thu, 22 Dec 2005 14:04:45 +0000 (+0000) Subject: Fixed "link"/no"link" mode detection. X-Git-Tag: bp_HEAD~21 X-Git-Url: http://git.jankratochvil.net/?p=captive.git;a=commitdiff_plain;h=7e3910e659f4cbf2aa2c9e1830c3a55198aa73a6;ds=sidebyside Fixed "link"/no"link" mode detection. --- 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 \