]> granicus.if.org Git - php/commitdiff
Move awk detection before config.m4 inclusion
authorSascha Schumann <sas@php.net>
Mon, 19 May 2003 01:42:13 +0000 (01:42 +0000)
committerSascha Schumann <sas@php.net>
Mon, 19 May 2003 01:42:13 +0000 (01:42 +0000)
scripts/phpize.m4

index 9f1371716e5b00cd528bfd5692137b3c537fe391..476740317006b91a7643a5e1b9c55624f749467d 100644 (file)
@@ -63,6 +63,8 @@ AC_ARG_WITH(openssl,
     PHP_SETUP_OPENSSL
   fi
 ])
+
+AC_PROG_AWK
     
 sinclude(config.m4)
 
@@ -70,7 +72,6 @@ enable_static=no
 enable_shared=yes
 
 AC_PROG_LIBTOOL
-AC_PROG_AWK
 
 all_targets='$(PHP_MODULES)'
 install_targets=install-modules