summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-26 14:06:23 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-26 14:14:06 +0300
commit8f315d9ece9dc8bfc093e4707d761e7120092618 (patch)
tree415e8206b20d1ff573e78ef12eddd64f83d1b1c7 /configure.ac
parentcca02d9e984d1937f6d8597de0267ebf22ae6916 (diff)
Move the (unimplemented) READONLY_INSTALLSET flag into config_features.h
Change-Id: Icce89cc2a3c8089aa248a176ab92b545c36b1091
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ade9c2655671..ee8a35d969ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2819,11 +2819,10 @@ if test \( -z "$enable_readonly_installset" -a "$ENABLE_MACOSX_SANDBOX" = YES \)
fi
if test "$enable_readonly_installset" = yes; then
AC_MSG_RESULT([yes])
- ENABLE_READONLY_INSTALLSET=YES
+ AC_DEFINE(HAVE_FEATURE_READONLY_INSTALLSET)
else
AC_MSG_RESULT([no])
fi
-AC_SUBST(ENABLE_READONLY_INSTALLSET)
dnl ===================================================================
dnl Windows specific tests and stuff