summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-10-23 15:59:44 +0000
committerNoah Slater <nslater@apache.org>2008-10-23 15:59:44 +0000
commit08c6b6f9c2b4ad93cfb309e82cab67a2d367ac6d (patch)
treefa37fbe90f8465af1d31b59459980864ad0a0c2a /configure.ac
parentffad3299286f02d37840feca590f5f56befcadc6 (diff)
check NIGHTLY for any value
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0e32694..df1ed3d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR([build-aux])
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])