You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pe...@apache.org on 2010/12/07 22:47:40 UTC

svn commit: r1043209 - /subversion/trunk/configure.ac

Author: peters
Date: Tue Dec  7 21:47:40 2010
New Revision: 1043209

URL: http://svn.apache.org/viewvc?rev=1043209&view=rev
Log:
Followup r1043136.

* configure.ac
  (): Check for the existence of packages/solaris/pkginfo.in, the file
   that we're generating from, not the file we're generating.

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1043209&r1=1043208&r2=1043209&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Tue Dec  7 21:47:40 2010
@@ -1256,7 +1256,7 @@ AC_CONFIG_FILES([Makefile])
 SVN_CONFIG_SCRIPT(tools/backup/hot-backup.py)
 SVN_CONFIG_SCRIPT(tools/hook-scripts/commit-access-control.pl)
 SVN_CONFIG_SCRIPT(subversion/bindings/swig/perl/native/Makefile.PL)
-if test -e packages/solaris/pkginfo; then
+if test -e packages/solaris/pkginfo.in; then
   SVN_CONFIG_SCRIPT(packages/solaris/pkginfo)
 fi
 AC_SUBST(SVN_CONFIG_SCRIPT_FILES)