Changeset 696 for trunk/configure.ac


Ignore:
Timestamp:
Nov 17, 2008, 4:44:46 PM (15 years ago)
Author:
Peter Johansson
Message:

fixes #348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r693 r696  
    154154
    155155# checking if we build in a subversion WC
     156AC_MSG_CHECKING([if we build from subversion wc])
    156157wc_found="no";
    157158if (test "$SVNVERSION" != "no" &&
     
    160161  wc_found="yes";
    161162fi
     163AC_MSG_RESULT([$wc_found])
    162164AC_CHECK_FILE("$srcdir/lib/subversion_info.cc",info_found="yes",info_found="no")
    163165
Note: See TracChangeset for help on using the changeset viewer.