Changeset 770 for trunk/configure.ac
- Timestamp:
- Jan 31, 2009, 10:43:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r769 r770 105 105 106 106 # Apache Portable Runtime (APR) API checks 107 # The next three lines are not needed as long as APR_FIND_APR is used.108 # AC_ARG_WITH(apr,109 # [ --with-apr=DIR prefix for installed APR or path to APR build110 # tree [[PREFIX]]])111 # Include APR_FIND_APR macro distributed within the APR project. If112 # the usage of the APR macro is to be omitted then the construct for113 # setting the CXXFLAGS (header file location) and LDFLAGS (linking114 # informaion) for APR must be changed. The latter can be achieved with115 # AC_SEARCH_LIBS([apr_allocator_create],[apr-0],,apr_found="no") but116 # apr-0 must be prior knowledge.117 107 APR_FIND_APR(,,1,[1 0]) 118 108 if test "$apr_found" = "yes" ; then
Note: See TracChangeset
for help on using the changeset viewer.