]> granicus.if.org Git - php/commitdiff
this helps compiling on non-ANSI C compliant platforms
authorSascha Schumann <sas@php.net>
Thu, 16 Sep 1999 14:06:35 +0000 (14:06 +0000)
committerSascha Schumann <sas@php.net>
Thu, 16 Sep 1999 14:06:35 +0000 (14:06 +0000)
Zend/configure.in

index c501c52e283e220ffc613dfa0750de2b54992ad2..2470faadae79f64344d200164501255a4321eb36 100644 (file)
@@ -31,6 +31,8 @@ AC_PROG_RANLIB
 AC_PROG_CC_C_O
 AM_PROG_LEX
 
+AM_PROG_CC_STDC
+
 dnl Hack to work around a Mac OS X cpp problem
 dnl Known versions needing this workaround are 5.3 and 5.4
 if test "$ac_cv_prog_gcc" = "yes" -a "`uname -s`" = "Rhapsody"; then