Changeset 780 for trunk/configure.ac
- Timestamp:
- Feb 17, 2009, 6:12:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r778 r780 106 106 # enable svn-support 107 107 AC_ARG_ENABLE([svn-support], 108 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 111 AS_IF([test "x$enable_svn-support" = xyes], 112 112 [AC_CHECK_FILE([$srcdir/.svn],, 113 113 [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"])114 AM_CONDITIONAL([ENABLE_SVN_SUPPORT], [test "x$enable_svn-support" = "xyes"]) 115 115 116 116 # Apache Portable Runtime (APR) API checks
Note: See TracChangeset
for help on using the changeset viewer.