configure.ac (fdf35928) configure.ac (58b02f87)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 4463 unchanged lines hidden (view full) ---

4472AC_SUBST(SYSTEM_APR)
4473AC_SUBST(APR_CFLAGS)
4474AC_SUBST(APR_LIBS)
4475
4476
4477dnl ===================================================================
4478dnl Check for system apr-util
4479dnl ===================================================================
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 4463 unchanged lines hidden (view full) ---

4472AC_SUBST(SYSTEM_APR)
4473AC_SUBST(APR_CFLAGS)
4474AC_SUBST(APR_LIBS)
4475
4476
4477dnl ===================================================================
4478dnl Check for system apr-util
4479dnl ===================================================================
4480SYSTEM_APRUTIL=NO
4481APRUTIL_CFLAGS=
4482APRUTIL_LIBS=
4480SYSTEM_APR_UTIL=NO
4481APR_UTIL_CFLAGS=
4482APR_UTIL_LIBS=
4483AC_MSG_CHECKING([which libapr-util to use])
4484if test "x$with_system_apr_util" = "xyes" -o -n "$with_system_libs"; then
4485 AC_MSG_RESULT([system])
4483AC_MSG_CHECKING([which libapr-util to use])
4484if test "x$with_system_apr_util" = "xyes" -o -n "$with_system_libs"; then
4485 AC_MSG_RESULT([system])
4486 PKG_CHECK_MODULES([APRUTIL], [apr-util-1 >= 1.0])
4487 SYSTEM_APRUTIL=YES
4486 PKG_CHECK_MODULES([APR_UTIL], [apr-util-1 >= 1.0])
4487 SYSTEM_APR_UTIL=YES
4488else
4489 AC_MSG_RESULT([internal])
4488else
4489 AC_MSG_RESULT([internal])
4490 SYSTEMAPR_UTIL=NO
4490 SYSTEM_APR_UTIL=NO
4491 BUILD_TYPE="$BUILD_TYPE APR_UTIL"
4492fi
4491 BUILD_TYPE="$BUILD_TYPE APR_UTIL"
4492fi
4493AC_SUBST(SYSTEM_APRUTIL)
4494AC_SUBST(APRUTIL_CFLAGS)
4495AC_SUBST(APRUTIL_LIBS)
4493AC_SUBST(SYSTEM_APR_UTIL)
4494AC_SUBST(APR_UTIL_CFLAGS)
4495AC_SUBST(APR_UTIL_LIBS)
4496
4497
4498dnl ===================================================================
4499dnl Check for system serf
4500dnl ===================================================================
4501SYSTEM_SERF=NO
4502SERF_CFLAGS=
4503SERF_LIBS=

--- 3001 unchanged lines hidden ---
4496
4497
4498dnl ===================================================================
4499dnl Check for system serf
4500dnl ===================================================================
4501SYSTEM_SERF=NO
4502SERF_CFLAGS=
4503SERF_LIBS=

--- 3001 unchanged lines hidden ---