Changeset 1678


Ignore:
Timestamp:
Dec 24, 2008, 7:31:18 PM (14 years ago)
Author:
Peter
Message:

put back svn_error_msg that was accidently removed in r1657

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1662 r1678  
    201201   [enable_svn_support=yes])
    202202if test "x$enable_svn_support" = "xyes"; then
     203  svn_error_msg="svn support cannot be enabled:"
    203204  AC_CHECK_FILE([$srcdir/.svn], ,
    204205                AC_MSG_ERROR([$svn_error_msg `$srcdir' is not an svn wc.]))
Note: See TracChangeset for help on using the changeset viewer.