You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/10/23 17:59:44 UTC

svn commit: r707404 - /incubator/couchdb/trunk/configure.ac

Author: nslater
Date: Thu Oct 23 08:59:44 2008
New Revision: 707404

URL: http://svn.apache.org/viewvc?rev=707404&view=rev
Log:
check NIGHTLY for any value

Modified:
    incubator/couchdb/trunk/configure.ac

Modified: incubator/couchdb/trunk/configure.ac
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/configure.ac?rev=707404&r1=707403&r2=707404&view=diff
==============================================================================
--- incubator/couchdb/trunk/configure.ac (original)
+++ incubator/couchdb/trunk/configure.ac Thu Oct 23 08:59:44 2008
@@ -21,7 +21,7 @@
 
 AM_CONFIG_HEADER([config.h])
 
-if test x${NIGHTLY} = xyes; then
+if test x${NIGHTLY}; then
     AM_INIT_AUTOMAKE([1.6.3 foreign])
 else
     AM_INIT_AUTOMAKE([1.6.3 foreign check-news])