Changeset 557 for trunk/configure.ac


Ignore:
Timestamp:
Feb 5, 2008, 10:49:05 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Improved configure diagnostics message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r551 r557  
    1212# Copyright (C) 2005 Jari Häkkinen, Peter Johansson
    1313# 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
    1615#
    1716# This file is part of svndigest, http://trac.thep.lu.se/svndigest
     
    215214if (test "$apr_found" = "no") ; then
    216215    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 before
    219     trying 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."
    220219fi
    221220    AC_MSG_WARN([$svn_msg])
Note: See TracChangeset for help on using the changeset viewer.