Changeset 59

Show
Ignore:
Timestamp:
09/20/08 17:49:21 (2 months ago)
Author:
alonbl
Message:

Handle svn checkout detection correctly when srcdir is different

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r56 r59  
    2020 
    2121AC_MSG_CHECKING([svn checkout]) 
    22 if test -e packaged; then 
     22if test -e "${srcdir}/packaged"; then 
    2323        svn_checkout="no" 
    2424else