- Timestamp:
- Sep 7, 2008, 7:26:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r687 r690 153 153 154 154 # check if svnversion is installed 155 have_svnversion="yes" 156 AC_PATH_PROG(SVNVERSION, svnversion, have_svnversion="no") 155 AC_PATH_PROG([SVNVERSION], [svnversion], [no]) 157 156 158 157 # checking if we build in a subversion WC 159 158 wc_found="no"; 160 if (test $have_svnversion!= "no" &&159 if (test "$SVNVERSION" != "no" && 161 160 test `$SVNVERSION -n $srcdir` != "exported"); 162 161 then
Note: See TracChangeset
for help on using the changeset viewer.