]> granicus.if.org Git - php/commitdiff
Build program static.
authorSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 09:51:25 +0000 (09:51 +0000)
committerSascha Schumann <sas@php.net>
Tue, 5 Oct 1999 09:51:25 +0000 (09:51 +0000)
configure.in

index e4921247396aea6e1c1edeb4ff124407c608b465..13683cdf8c4e439422d159bed2ef8758e60719f6 100644 (file)
@@ -645,9 +645,9 @@ enable_static=yes
 
 case "$php_build_target" in
 program)
-       enable_static=no
+       enable_shared=no
     PHP_PROGRAM=php
-       passthru="$passthru --disable-static"
+       passthru="$passthru --disable-shared"
 ;;
 shared)
        enable_static=no