Changeset 780 for trunk/configure.ac


Ignore:
Timestamp:
Feb 17, 2009, 6:12:14 PM (15 years ago)
Author:
Peter Johansson
Message:

corrected handling of --disable-svn-support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r778 r780  
    106106# enable svn-support
    107107AC_ARG_ENABLE([svn-support],
    108   [AS_HELP_STRING([--enable-svn-support],
    109                    [enable svn support - used by maintainer])],
    110    [enable_svn_support=yes])
    111 AS_IF([test "x$enable_svn_support" = xyes],
     108              [AS_HELP_STRING([--enable-svn-support],
     109                              [enable svn support - used by maintainer])])
     110
     111AS_IF([test "x$enable_svn-support" = xyes],
    112112      [AC_CHECK_FILE([$srcdir/.svn],,
    113113                     [AC_MSG_ERROR([svn support cannot be enabled: `$srcdir' is not an svn wc.])])])
    114 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn_support" = "xyes"])
     114AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn-support" = "xyes"])
    115115
    116116# Apache Portable Runtime (APR) API checks
Note: See TracChangeset for help on using the changeset viewer.