Changeset 43
- Timestamp:
- 02/27/2005 10:10:01 PM (4 years ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r30 r43 354 354 AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = xyes) 355 355 356 dnl check for fastcgi lib, for the tests only 357 fastcgi_found=no 358 AC_CHECK_LIB(fcgi, FCGI_Accept, [ 359 AC_CHECK_HEADERS([fastcgi.h],[ 360 fastcgi_found=yes 361 ]) 362 ]) 363 364 AM_CONDITIONAL(CHECK_WITH_FASTCGI, test "x$fastcgi_found" = xyes) 365 356 366 if test "${GCC}" = "yes"; then 357 367 CFLAGS="${CFLAGS} -Wall -W -Wshadow -pedantic"

