summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])