Changeset 1080

Show
Ignore:
Timestamp:
09/20/08 17:41:50 (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

    r1079 r1080  
    3838 
    3939AC_MSG_CHECKING([svn checkout]) 
    40 if test -e packaged; then 
     40if test -e "${srcdir}/packaged"; then 
    4141        svn_checkout="no" 
    4242else