Changeset 1415 for trunk/configure.ac


Ignore:
Timestamp:
Oct 24, 2011, 3:02:52 AM (12 years ago)
Author:
Peter Johansson
Message:

indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1407 r1415  
    125125)
    126126if test "$apr_found" = "yes" ; then
    127     APR_LIBS="`$apr_config --libs`"
    128     apr_link_ld="`$apr_config --link-ld`"
    129     for i in $apr_link_ld; do
    130       AS_IF([AS_ECHO([$i]) | grep '^-l' > /dev/null],[APR_LIBS="$i $APR_LIBS"],
    131             [YAT_LD_ADD_FLAG([LDFLAGS], [$i])])
    132     done
    133     YAT_CPP_ADD_FLAG([CPPFLAGS],[`$apr_config --includes --cppflags`])
    134     AC_CHECK_HEADER([apr_allocator.h],,[apr_found="no"])
     127  APR_LIBS="`$apr_config --libs`"
     128  apr_link_ld="`$apr_config --link-ld`"
     129  for i in $apr_link_ld; do
     130    AS_IF([AS_ECHO([$i]) | grep '^-l' > /dev/null],
     131          [APR_LIBS="$i $APR_LIBS"],
     132          [YAT_LD_ADD_FLAG([LDFLAGS], [$i])])
     133  done
     134  YAT_CPP_ADD_FLAG([CPPFLAGS],[`$apr_config --includes --cppflags`])
     135  AC_CHECK_HEADER([apr_allocator.h],,[apr_found="no"])
    135136fi
    136137AC_SUBST([APR_LIBS])
     
    139140svn_found="yes"
    140141AC_ARG_WITH([svn],
    141   [AS_HELP_STRING([--with-svn=DIR],[prefix for svn developer files [[PREFIX]]])],
     142  [AS_HELP_STRING([--with-svn=DIR],
     143                  [prefix for svn developer files [[PREFIX]]])],
    142144  [ AS_CASE([$withval], [yes|no],
    143145            [AC_MSG_ERROR([--with-svn requires a directory to be provided])])
Note: See TracChangeset for help on using the changeset viewer.