Changeset 770 for trunk/configure.ac


Ignore:
Timestamp:
Jan 31, 2009, 10:43:42 PM (15 years ago)
Author:
Peter Johansson
Message:

removing obsolete comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r769 r770  
    105105
    106106# 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 build
    110 #                          tree [[PREFIX]]])
    111 # Include APR_FIND_APR macro distributed within the APR project. If
    112 # the usage of the APR macro is to be omitted then the construct for
    113 # setting the CXXFLAGS (header file location) and LDFLAGS (linking
    114 # informaion) for APR must be changed. The latter can be achieved with
    115 # AC_SEARCH_LIBS([apr_allocator_create],[apr-0],,apr_found="no") but
    116 # apr-0 must be prior knowledge.
    117107APR_FIND_APR(,,1,[1 0])
    118108if test "$apr_found" = "yes" ; then
Note: See TracChangeset for help on using the changeset viewer.