Changeset 557 for trunk/configure.ac
- Timestamp:
- Feb 5, 2008, 10:49:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r551 r557 12 12 # Copyright (C) 2005 Jari Häkkinen, Peter Johansson 13 13 # Copyright (C) 2006 Jari Häkkinen 14 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 15 # Copyright (C) 2008 Peter Johansson 14 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 16 15 # 17 16 # This file is part of svndigest, http://trac.thep.lu.se/svndigest … … 215 214 if (test "$apr_found" = "no") ; then 216 215 svn_msg="$svn_msg 217 Note, APR was not found. Failure to locate APR affects the 218 location of the subversion API. Please fix the APR problem before219 t rying to resolve the subversion related issues."216 Note, APR was not found. Failure to locate APR affects the search 217 of the subversion API. Please fix the APR problem before trying 218 to resolve the subversion related issues." 220 219 fi 221 220 AC_MSG_WARN([$svn_msg])
Note: See TracChangeset
for help on using the changeset viewer.