Changeset 175

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

    r172 r175  
    3434 
    3535AC_MSG_CHECKING([svn checkout]) 
    36 if test -e packaged; then 
     36if test -e "${srcdir}/packaged"; then 
    3737        svn_checkout="no" 
    3838else